Searched refs:ssh_identity (Results 1 – 3 of 3) sorted by relevance
12 def __init__(self, host_name, ssh_port, ssh_identity, is_local): argument18 self._ssh_identity = ssh_identity34 def ssh_identity(self): member in CrOSDevice
24 device.host_name, device.ssh_port, device.ssh_identity)
96 def __init__(self, hostname=None, ssh_port=None, ssh_identity=None): argument112 if ssh_identity:113 self._ssh_identity = os.path.abspath(os.path.expanduser(ssh_identity))