]> andersk Git - gssapi-openssh.git/blobdiff - openssh/regress/dynamic-forward.sh
Import of OpenSSH 3.8.1p1
[gssapi-openssh.git] / openssh / regress / dynamic-forward.sh
index 2b0b825d0d6ea375514dcc09dc77fa73aee35cfc..3a6e5c1efb50c7cb85a9e1632494eb783db90557 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: dynamic-forward.sh,v 1.2 2003/07/03 08:21:46 markus Exp $
+#      $OpenBSD: dynamic-forward.sh,v 1.3 2004/02/28 12:16:57 dtucker Exp $
 #      Placed in the Public Domain.
 
 tid="dynamic forwarding"
@@ -7,7 +7,7 @@ PORT=4242
 FWDPORT=4243
 DATA=/bin/ls${EXEEXT}
 
-if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
+if have_prog nc && nc -h 2>&1 | grep "proxy address" >/dev/null; then
        proxycmd="nc -x 127.0.0.1:$FWDPORT -X"
 elif have_prog connect; then
        proxycmd="connect -S 127.0.0.1:$FWDPORT -"
This page took 0.038265 seconds and 4 git commands to generate.