[Assorted-commits] SF.net SVN: assorted:[1865] configs/trunk/src/upstart/rtun.conf
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-08-24 00:07:03
|
Revision: 1865 http://sourceforge.net/p/assorted/svn/1865 Author: yangzhang Date: 2013-08-24 00:06:56 +0000 (Sat, 24 Aug 2013) Log Message: ----------- Disable ssh control socket Modified Paths: -------------- configs/trunk/src/upstart/rtun.conf Modified: configs/trunk/src/upstart/rtun.conf =================================================================== --- configs/trunk/src/upstart/rtun.conf 2013-08-16 01:50:26 UTC (rev 1864) +++ configs/trunk/src/upstart/rtun.conf 2013-08-24 00:06:56 UTC (rev 1865) @@ -26,7 +26,7 @@ while true ; do pkill -f "^ssh -N -R1122:localhost:22 -i" ; sleep 1 ; - ssh -N -R1122:localhost:22 -i /home/yang/.ssh/rtun + ssh -N -S none -R1122:localhost:22 -i /home/yang/.ssh/rtun -o BatchMode=yes -o ServerAliveInterval=300 -o TCPKeepAlive=yes rtun@HOST ; sleep 5 ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |