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

  /external/openssh/regress/
keytype.sh 33 trace "ssh connect, userkey $ut, hostkey $ht"
35 grep -v HostKey $OBJ/sshd_proxy_bak
36 echo HostKey $OBJ/key.$ht
48 printf "userkey $ut, hostkey ${ht}:\t"
51 fail "ssh userkey $ut, hostkey $ht failed"
cert-hostkey.sh 1 # $OpenBSD: cert-hostkey.sh,v 1.6 2011/05/20 02:43:36 djm Exp $
53 echo HostKey $OBJ/cert_host_key_${ktype}
95 echo HostKey $OBJ/cert_host_key_${ktype}
122 echo HostKey $OBJ/cert_host_key_${ktype}
159 echo HostKey $OBJ/cert_host_key_${kt}
208 echo HostKey $OBJ/cert_host_key_${ktype}
243 echo HostKey $OBJ/cert_host_key_${kt}
ssh-com-client.sh 44 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
test-exec.sh 317 echo HostKey $OBJ/host.$t >> $OBJ/sshd_config
320 echo HostKey $OBJ/$t >> $OBJ/sshd_proxy
  /external/openssh/contrib/redhat/
openssh.spec 296 # Count the number of HostKey and HostDsaKey statements we have.
298 /^hostkey/ || /^hostdsakey/ {sawhostkey = sawhostkey + 1}
302 # specified. Now that HostKey is used for both SSH1 and SSH2 keys, specifying
305 echo HostKey /etc/ssh/ssh_host_rsa_key >> /etc/ssh/sshd_config
306 echo HostKey /etc/ssh/ssh_host_dsa_key >> /etc/ssh/sshd_config
616 configuration file syntax requires us to specify it with HostKey if we
617 specify any other HostKey values, which we do.

Completed in 191 milliseconds