Searched refs:ssh_client (Results 1 – 1 of 1) sorted by relevance
79 ssh_client = paramiko.SSHClient()80 ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())81 ssh_client.connect(hostname=ip_address,87 return ssh_client90 def ssh_is_connected(ssh_client): argument97 return ssh_client and ssh_client.get_transport().is_active()