Lines Matching +full:- +full:qf
1 # $OpenBSD: ssh-com.sh,v 1.10 2017/05/08 01:52:49 djm Exp $
55 sed "s/HostKeyAlias.*/HostKeyAlias ssh2-localhost-with-alias/" \
59 rm -f ${OBJ}/dsa ${OBJ}/dsa.pub
60 ${SSHKEYGEN} -q -N '' -t dsa -f ${OBJ}/dsa
63 mkdir -p ${OBJ}/${USER}
66 ${SSHKEYGEN} -e -f ${OBJ}/$t.pub > ${OBJ}/${USER}/$t.com
73 printf 'ssh2-localhost-with-alias,127.0.0.1,::1 '
74 ${SSHKEYGEN} -if ${SRC}/dsa_ssh2.pub
80 if [ ! -x ${sshd2} ]; then
84 PROXY="proxycommand ${sshd2} -qif ${OBJ}/sshd2_config 2> /dev/null"
85 ${SSH} -qF ${OBJ}/ssh_config_com -o "${PROXY}" dummy exit 0
86 if [ $? -ne 0 ]; then
90 ciphers="3des-cbc"
91 macs="hmac-md5"
94 ciphers="$ciphers cast128-cbc"
95 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
98 ciphers="$ciphers aes128-cbc cast128-cbc"
99 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
102 #ciphers="3des-cbc"
107 ${SSH} -c $c -m $m -qF ${OBJ}/ssh_config_com -o "${PROXY}" dummy exit 0
108 if [ $? -ne 0 ]; then
115 rm -rf ${OBJ}/${USER}
118 rm -f ${OBJ}/$i