Home
last modified time | relevance | path

Searched refs:ssh_client (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dutils_lib.py79 ssh_client = paramiko.SSHClient()
80 ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
81 ssh_client.connect(hostname=ip_address,
87 return ssh_client
90 def ssh_is_connected(ssh_client): argument
97 return ssh_client and ssh_client.get_transport().is_active()