Searched refs:ssh_get_shell (Results 1 – 1 of 1) sorted by relevance
/external/devlib/devlib/utils/ |
D | ssh.py | 49 def ssh_get_shell(host, username, password=None, keyfile=None, port=None, timeout=10, telnet=False,… function 174 … self.conn = ssh_get_shell(host, username, password, self.keyfile, port, timeout, False, None) 317 … self.conn = ssh_get_shell(host, username, password, None, port, timeout, True, original_prompt)
|