Searched refs:ssh_client (Results 1 – 1 of 1) sorted by relevance
96 ssh_client = paramiko.SSHClient()97 ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())98 ssh_client.connect(hostname=ip_address,106 ssh_client.get_transport().set_keepalive(1)107 return ssh_client110 def ssh_is_connected(ssh_client): argument117 return ssh_client and ssh_client.get_transport().is_active()