Searched defs:ssh_user (Results 1 – 4 of 4) sorted by relevance
/tools/acloud/internal/lib/ |
D | emulator_console.py | 41 def __init__(self, ip_addr, port, ssh_user, ssh_private_key_path, argument
|
D | utils.py | 837 def EstablishSshTunnel(ip_addr, rsa_key_file, ssh_user, argument 868 def EstablishWebRTCSshTunnel(ip_addr, webrtc_local_port, rsa_key_file, ssh_user, argument 904 def GetWebRTCServerPort(ip_addr, rsa_key_file, ssh_user, argument 971 ssh_user, client_adb_port=None, extra_args_ssh_tunnel=None): argument
|
/tools/acloud/delete/ |
D | delete.py | 230 def DeleteHostGoldfishInstance(cfg, name, ssh_user, argument
|
/tools/acloud/public/actions/ |
D | common_operations.py | 232 ssh_user=constants.GCE_USER): argument
|