Home
last modified time | relevance | path

Searched refs:fwdport (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dcfgmatchlisten.sh7 fwdport=3301
8 fwdspec="localhost:${fwdport}"
9 fwd="-R $fwdport:127.0.0.1:$PORT"
143 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
148 fwdspec2="127.0.0.1:${fwdport}"
178 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
185 printf 'permitlisten="'$fwdport'" ' >> $OBJ/authorized_keys_$USER
190 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \
H A Dcfgmatch.sh7 fwdport=3301
8 fwd="-L $fwdport:127.0.0.1:$PORT"
114 ${SSH} -q -p $fwdport -F $OBJ/ssh_config somehost true || \