Searched refs:ssh_rsa_path (Results 1 – 2 of 2) sorted by relevance
1464 def AddSshRsaInstanceMetadata(self, user, ssh_rsa_path, instance): argument1475 ssh_rsa_path = os.path.expanduser(ssh_rsa_path)1476 rsa = GetRsaKey(ssh_rsa_path)1643 def GetRsaKey(ssh_rsa_path): argument1655 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:
1245 ssh_rsa_path=fake_ssh_rsa_path)