The SSH Provider
is a provider that provides a way to execute SSH commands and get their output.
SshProvider
class provides a way to execute SSH commands and get their output. The class uses the paramiko
library to establish an SSH connection to a server and execute commands.