Searched refs:known_hosts (Results 1 – 24 of 24) sorted by relevance
/external/openssh/regress/ |
D | cert-hostkey.sh | 6 rm -f $OBJ/known_hosts-cert* $OBJ/host_ca_key* $OBJ/host_revoked_* 53 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig 54 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert 106 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert 107 ${SSH} -2 -oUserKnownHostsFile=$OBJ/known_hosts-cert \ 108 -oGlobalKnownHostsFile=$OBJ/known_hosts-cert \ 155 kh_ca host_ca_key.pub host_ca_key2.pub > $OBJ/known_hosts-cert.orig 158 kh_revoke cert_host_key_${ktype}.pub >> $OBJ/known_hosts-cert.orig 160 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert 171 cp $OBJ/known_hosts-cert.orig $OBJ/known_hosts-cert [all …]
|
D | hostkey-agent.sh | 6 rm -f $OBJ/agent-key.* $OBJ/ssh_proxy.orig $OBJ/known_hosts.orig 22 ) >> $OBJ/known_hosts.orig 29 cp $OBJ/known_hosts.orig $OBJ/known_hosts 40 cp $OBJ/known_hosts.orig $OBJ/known_hosts
|
D | hostkey-rotate.sh | 13 rm $OBJ/known_hosts 34 _n=`wc -l $OBJ/known_hosts | awk '{ print $1 }'` || fatal "wc failed" 44 fgrep "$_kpub" $OBJ/known_hosts > /dev/null 51 >$OBJ/known_hosts
|
D | test-exec.sh | 445 GlobalKnownHostsFile $OBJ/known_hosts 446 UserKnownHostsFile $OBJ/known_hosts 461 rm -f $OBJ/known_hosts $OBJ/authorized_keys_$USER 481 ) >> $OBJ/known_hosts
|
D | Makefile | 102 key.rsa-* keys-command-args kh.* known_hosts \ 103 known_hosts-cert known_hosts.* krl-* ls.copy modpipe \
|
D | conch-ciphers.sh | 20 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
|
D | keytype.sh | 63 ) > $OBJ/known_hosts
|
D | ssh-com.sh | 75 ) >> $OBJ/known_hosts
|
/external/openssh/regress/unittests/hostkeys/ |
D | mktestdata.sh | 9 rm -f known_hosts* 92 ) > known_hosts
|
/external/autotest/client/site_tests/platform_CrosDisksSshfs/ |
D | platform_CrosDisksSshfs.py | 138 known_hosts = base64.b64encode(self._generate_known_hosts()) 142 options.append('UserKnownHostsBase64=' + known_hosts)
|
/external/autotest/frontend/afe/ |
D | rpc_interface_unittest.py | 43 known_jobs=(), known_hosts=(), argument 46 known_host_ids = [host.id for host in known_hosts] 47 known_host_statuses = [host.status for host in known_hosts] 115 self._do_heartbeat_and_assert_response(known_hosts=[host1, host2], 135 known_hosts=[host1], hosts=[], incorrect_host_ids=[host1.id]) 174 known_jobs=[job1], known_hosts=[host1], hosts=[host3]) 187 known_hosts=[host1], 192 known_jobs=[job1], known_hosts=[host1]) 199 known_hosts=[host1]) 205 known_hosts=[host1], [all …]
|
/external/autotest/server/site_tests/platform_GCC/ |
D | dejagnu_remote.sh | 26 TMP_KNOWN_HOSTS=${TMP}/known_hosts
|
/external/openssh/ |
D | sshd_config | 51 # Change to yes if you don't trust ~/.ssh/known_hosts for
|
D | sshd_config.android | 55 # Change to yes if you don't trust ~/.ssh/known_hosts for
|
D | ssh_config.0 | 186 host IP address in the known_hosts file. This allows it to 188 addresses of destination hosts to ~/.ssh/known_hosts in the 436 they are added to ~/.ssh/known_hosts. These hashed names may be 914 host keys to the ~/.ssh/known_hosts file, and refuses to connect 966 to the known_hosts file. Confirmation is currently incompatible 988 ~/.ssh/known_hosts, ~/.ssh/known_hosts2.
|
D | PROTOCOL | 298 supplied host keys are present in known_hosts. For keys that are 322 validate the signatures and may update its known_hosts file, adding keys
|
D | ssh-keygen.0 | 143 Search for the specified hostname in a known_hosts file, listing 158 -H Hash a known_hosts file. This replaces all hostnames and 301 Removes all keys belonging to hostname from a known_hosts file.
|
D | sshd.0 | 398 The /etc/ssh/ssh_known_hosts and ~/.ssh/known_hosts files contain host 462 ~/.ssh/known_hosts including removing hosts matching a host name and 528 ~/.ssh/known_hosts
|
D | ssh.0 | 461 (see the description of /etc/ssh/ssh_known_hosts and ~/.ssh/known_hosts, 519 stored in ~/.ssh/known_hosts in the user's home directory. Additionally, 680 $ ssh-keygen -lv -f ~/.ssh/known_hosts 869 ~/.ssh/known_hosts
|
D | PROTOCOL.certkeys | 26 specify CA keys in ~/.ssh/known_hosts.
|
D | ChangeLog | 565 fix ssh-keygen -H accidentally corrupting known_hosts that 872 Small correction to the known_hosts section on when it is 4632 not known_hosts; bz#2554 reported by jjelen AT redhat.com 5897 do not leak temp file if there is no known_hosts file 8193 mention CheckHostIP adding addresses to known_hosts; 8417 Support "ssh-keygen -lF hostname" to find search known_hosts 9170 known_hosts without fully parsing the keys therein, hostkeys_foreach() will 9195 downgrade error() for known_hosts parse errors to debug()
|
D | sshd_config.0 | 464 ~/.ssh/known_hosts during HostbasedAuthentication. The default
|
/external/python/cpython2/Doc/library/ |
D | shutil.rst | 360 -rw-r--r-- tarek/staff 37192 2010-02-06 18:23:10 ./known_hosts
|
/external/python/cpython3/Doc/library/ |
D | shutil.rst | 626 -rw-r--r-- tarek/staff 37192 2010-02-06 18:23:10 ./known_hosts
|