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.py1571 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument
1582 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)
1583 rsa = GetRsaKey(ssh_rsa_path)
1750 def GetRsaKey(ssh_rsa_path): argument
1762 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)
1763 if not os.path.exists(ssh_rsa_path):
1765 "RSA file %s does not exist." % ssh_rsa_path)
1767 with open(ssh_rsa_path) as f:
Dgcompute_client_test.py1246 ssh_rsa_path=fake_ssh_rsa_path)