Lines Matching +full:spec +full:-
8 fwd="-L $fwdport:127.0.0.1:$PORT"
15 rm -f $pidfile
16 ${SSH} -q $fwd "$@" somehost \
17 exec sh -c \'"echo \$\$ > $pidfile; exec sleep 100"\' \
22 while test ! -f $pidfile ; do
25 if test $n -gt 60; then
35 if [ ! -z "$pid" ]; then
46 grep -v AuthorizedKeysFile $OBJ/sshd_proxy_bak > $OBJ/sshd_proxy
54 ${SUDO} ${SSHD} -f $OBJ/sshd_config -T >/dev/null || \
61 start_client -F $OBJ/ssh_config
62 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
68 start_client -F $OBJ/ssh_proxy
69 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true && \
80 start_client -F $OBJ/ssh_proxy
81 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true && \
88 start_client -F $OBJ/ssh_config
89 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
100 start_client -F $OBJ/ssh_proxy
101 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true && \
113 start_client -F $OBJ/ssh_proxy
114 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
125 config=`echo $i | cut -f1 -d:`
126 criteria=`echo $i | cut -f2 -d:`
127 value=`echo $i | cut -f3 -d:`
134 ${SUDO} ${SSHD} -f $OBJ/sshd_config -T >/dev/null || \
135 fail "validate config for w/out spec"
139 testcriteria=`echo $i | cut -f2 -d:`
140 expected=/`echo $i | cut -f3 -d:`
141 spec=""
143 config=`echo $j | cut -f1 -d:`
144 criteria=`echo $j | cut -f2 -d:`
145 value=`echo $j | cut -f3 -d:`
147 spec="$criteria=$value,$spec"
149 spec="$criteria=1$value,$spec"
152 trace "test spec $spec"
153 result=`${SUDO} ${SSHD} -f $OBJ/sshd_config -T -C "$spec" | \