HomeSort by relevance Sort by last modified time
    Searched refs:HostKey (Results 1 - 6 of 6) sorted by null

  /external/openssh/regress/
keytype.sh 47 trace "ssh connect, userkey $ut, hostkey $ht"
49 grep -v HostKey $OBJ/sshd_proxy_bak
50 echo HostKey $OBJ/key.$ht
66 printf "userkey $ut, hostkey ${ht}:\t"
69 fail "ssh userkey $ut, hostkey $ht failed"
cert-hostkey.sh 1 # $OpenBSD: cert-hostkey.sh,v 1.14 2016/05/02 09:52:00 djm Exp $
9 # Allow all hostkey/pubkey types, prefer certs for the client
128 echo HostKey $OBJ/cert_host_key_${ktype}
166 echo HostKey $OBJ/cert_host_key_${ktype}
189 echo HostKey $OBJ/cert_host_key_${ktype}
220 echo HostKey $OBJ/cert_host_key_${kt}
270 echo HostKey $OBJ/cert_host_key_${ktype}
301 echo HostKey $OBJ/cert_host_key_${kt}
hostkey-rotate.sh 1 # $OpenBSD: hostkey-rotate.sh,v 1.5 2015/09/04 04:23:10 djm Exp $
4 tid="hostkey rotate"
11 grep -vi 'hostkey' $OBJ/sshd_proxy > $OBJ/sshd_proxy.orig
20 echo "Hostkey $OBJ/hkr.${k}" >> $OBJ/sshd_proxy.orig
50 verbose "learn hostkey with StrictHostKeyChecking=no"
72 # Change one hostkey (non primary) and relearn
73 verbose "learn changed non-primary hostkey"
83 # Add new hostkey (primary type) to sshd and connect
84 verbose "learn new primary hostkey"
86 ( cat $OBJ/sshd_proxy.orig ; echo HostKey $OBJ/hkr.ssh-rsa-new )
    [all...]
ssh-com-client.sh 44 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
test-exec.sh 489 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
492 echo HostKey $OBJ/$t >> $OBJ/sshd_proxy
  /external/openssh/contrib/redhat/
openssh.spec 294 # Count the number of HostKey and HostDsaKey statements we have.
296 /^hostkey/ || /^hostdsakey/ {sawhostkey = sawhostkey + 1}
300 # specified. Now that HostKey is used for both SSH1 and SSH2 keys, specifying
303 echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
304 echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
612 configuration file syntax requires us to specify it with HostKey if we
613 specify any other HostKey values, which we do.

Completed in 283 milliseconds