Home
last modified time | relevance | path

Searched refs:ssh_rsa_path (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dgcompute_client.py1464 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument
1475 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)
1476 rsa = GetRsaKey(ssh_rsa_path)
1643 def GetRsaKey(ssh_rsa_path): argument
1655 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)
1656 if not os.path.exists(ssh_rsa_path):
1658 "RSA file %s does not exist." % ssh_rsa_path)
1660 with open(ssh_rsa_path) as f:
Dgcompute_client_test.py1245 ssh_rsa_path=fake_ssh_rsa_path)