Searched refs:ssh_rsa_path (Results 1 – 2 of 2) sorted by relevance
1555 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument1566 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)1567 rsa = GetRsaKey(ssh_rsa_path)1734 def GetRsaKey(ssh_rsa_path): argument1746 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)1747 if not os.path.exists(ssh_rsa_path):1749 "RSA file %s does not exist." % ssh_rsa_path)1751 with open(ssh_rsa_path) as f:
1250 ssh_rsa_path=fake_ssh_rsa_path)