Searched refs:ssh_key (Results 1 – 5 of 5) sorted by relevance
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_serialization.py | 943 ssh_key = b'ecdsa-sha2-junk AAAAE2VjZHNhLXNoYTItbmlzdHAyNTY=' 946 load_ssh_public_key(ssh_key, backend) 949 ssh_key = b'ssh-rsa not-a-real-key' 952 load_ssh_public_key(ssh_key, backend) 955 ssh_key = b'ssh-rsa' 958 load_ssh_public_key(ssh_key, backend) 961 ssh_key = b'ssh-rsa AAAAB3NzaC1yc2EAAAA=' 964 load_ssh_public_key(ssh_key, backend) 966 ssh_key = b'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAACKr+IHXo' 969 load_ssh_public_key(ssh_key, backend) [all …]
|
/external/autotest/server/hosts/ |
D | gce_host.py | 92 def add_ssh_key(self, username, ssh_key): argument 98 self._modify_ssh_keys(['%s:%s' % (username, ssh_key)], []) 101 def del_ssh_key(self, username, ssh_key): argument 107 self._modify_ssh_keys([], ['%s:%s' % (username, ssh_key)])
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | pxssh.py | 258 auto_prompt_reset=True, ssh_key=None, quiet=True, argument 326 if ssh_key is not None: 328 if ssh_key==True: 331 if spawn_local_ssh and not os.path.isfile(ssh_key): 333 ssh_options = ssh_options + ' -i %s' % (ssh_key)
|
/external/curl/lib/vssh/ |
D | ssh.h | 152 ssh_key privkey; 153 ssh_key pubkey;
|
D | libssh.c | 324 ssh_key pubkey; in myssh_is_known()
|