Searched refs:ssh_rsa_path (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/public/actions/ |
D | common_operations.py | 153 def PullLogs(self, source_files, output_dir, user=None, ssh_rsa_path=None): argument 178 user_name=user, rsa_key_file=ssh_rsa_path) 209 def CollectLogcats(self, output_file, ssh_user, ssh_rsa_path): argument 222 ssh_rsa_path=ssh_rsa_path)
|
/tools/acloud/internal/lib/ |
D | gcompute_client.py | 1407 def AddSshRsaInstanceMetadata(self, zone, user, ssh_rsa_path, instance): argument 1419 ssh_rsa_path = os.path.expanduser(ssh_rsa_path) 1420 rsa = GetRsaKey(ssh_rsa_path) 1511 def GetRsaKey(ssh_rsa_path): argument 1523 ssh_rsa_path = os.path.expanduser(ssh_rsa_path) 1524 if not os.path.exists(ssh_rsa_path): 1526 "RSA file %s does not exist." % ssh_rsa_path) 1528 with open(ssh_rsa_path) as f:
|
D | gcompute_client_test.py | 1120 ssh_rsa_path=fake_ssh_rsa_path)
|