[Swift-commit] r6703 - branches/release-0.94/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Aug 1 16:11:10 CDT 2013


Author: davidk
Date: 2013-08-01 16:11:09 -0500 (Thu, 01 Aug 2013)
New Revision: 6703

Modified:
   branches/release-0.94/bin/start-coaster-service
Log:
A few modifications for ssh tunneling


Modified: branches/release-0.94/bin/start-coaster-service
===================================================================
--- branches/release-0.94/bin/start-coaster-service	2013-08-01 20:24:15 UTC (rev 6702)
+++ branches/release-0.94/bin/start-coaster-service	2013-08-01 21:11:09 UTC (rev 6703)
@@ -220,7 +220,7 @@
    do
       # Enable ssh tunneling if needed
       if [ "$SSH_TUNNELING" == "yes" ]; then
-         ssh -R *:$PORT:localhost:$PORT $WORKER_USERNAME@$MACHINE sleep 999 &
+         ssh -f -n -N $WORKER_USERNAME@$MACHINE -R $PORT:localhost:$PORT
          echo $! >> $PID_FILE
       fi
 




More information about the Swift-commit mailing list