Searched refs:keypath (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openssh/sources/
H A Dsshd.sh16 keypath=$1
19 if [ ! -f $keypath ]; then
32 grep -i "^[ ]*HostKey[ ]*=\{0,1\}[ ]*$keypath" \
33 $SSHDIR/sshd_config | grep "$keypath" > /dev/null 2>&1
37 $KEYGEN -f $keypath -t $keytype -N ''
39 echo "Could not create $keytype key: $keypath"
48 keypath=$1
49 if [ -f $keypath ]; then
50 grep -i "^[ ]*HostKey[ ]*=\{0,1\}[ ]*$keypath" \
51 $SSHDIR/sshd_config | grep "$keypath" > /de
[all...]

Completed in 11 milliseconds