Searched refs:ssh_rsa_path (Results 1 – 2 of 2) sorted by relevance
1571 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument1582 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)1583 rsa = GetRsaKey(ssh_rsa_path)1750 def GetRsaKey(ssh_rsa_path): argument1762 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:
1246 ssh_rsa_path=fake_ssh_rsa_path)