Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils_test.py374 ssh_user = "fake_user"
376 utils.EstablishSshTunnel(ip_addr, rsa_key_file, ssh_user,
384 "-l", ssh_user, ip_addr,
394 ssh_user = "fake_user"
403 ssh_user))
411 ssh_user = "fake_user"
421 ssh_user=ssh_user,
427 ssh_user,
438 ssh_user = "fake_user"
446 ssh_user=ssh_user, webrtc_local_port=fake_webrtc_local_port)
[all …]
Demulator_console.py41 def __init__(self, ip_addr, port, ssh_user, ssh_private_key_path, argument
65 ssh_user,
Dutils.py842 def EstablishSshTunnel(ip_addr, rsa_key_file, ssh_user, argument
864 "ssh_user": ssh_user,
873 def EstablishWebRTCSshTunnel(ip_addr, webrtc_local_port, rsa_key_file, ssh_user, argument
893 ip_addr, rsa_key_file, ssh_user, extra_args_ssh_tunnel)
902 EstablishSshTunnel(ip_addr, rsa_key_file, ssh_user,
909 def GetWebRTCServerPort(ip_addr, rsa_key_file, ssh_user, argument
933 "ssh_user": ssh_user,
976 ssh_user, client_adb_port=None, extra_args_ssh_tunnel=None): argument
1001 EstablishSshTunnel(ip_addr, rsa_key_file, ssh_user,
/tools/acloud/public/actions/
Dcommon_operations.py216 ssh_user=constants.GCE_USER): argument
301 client_adb_port, ssh_user,
321 ssh_user=ssh_user,
345 ssh_user, ssh_private_key_path, argument
372 ssh_user=ssh_user,
Dcommon_operations_test.py142 ssh_user=constants.GCE_USER, client_adb_port=12345,
181 ssh_user=constants.GCE_USER, client_adb_port=None,
186 ssh_user=constants.GCE_USER, client_adb_port=None,
223 ssh_user="user", ssh_private_key_path="private/key")
227 target_vnc_port=6444, target_adb_port=6520, ssh_user="user",
231 ssh_user="user", extra_args_ssh_tunnel="extra args",
/tools/acloud/reconnect/
Dreconnect_test.py101 ssh_user=constants.GCE_USER,
124 ssh_user=constants.GCE_USER,
194 ssh_user='vsoc-01')
239 ssh_user=constants.GCE_USER,
252 ssh_user=constants.GCE_USER,
Dreconnect.py172 ssh_user=constants.GCE_USER,
185 ssh_user=constants.GCE_USER,
/tools/acloud/create/
Dremote_image_remote_host.py59 ssh_user=avd_spec.host_user)
Dlocal_image_remote_host.py59 ssh_user=avd_spec.host_user)
Dgoldfish_remote_host.py67 ssh_user=avd_spec.host_user)
/tools/acloud/delete/
Ddelete.py229 def DeleteHostGoldfishInstance(cfg, name, ssh_user, argument
248 (ssh_user or constants.GCE_USER),
/tools/acloud/public/
Ddevice_driver.py407 ssh_user=_SSH_USER,