[Assorted-commits] SF.net SVN: assorted:[1854] configs/trunk/src/ssh/config
Brought to you by:
yangzhang
From: <yan...@us...> - 2013-04-14 05:56:51
|
Revision: 1854 http://sourceforge.net/p/assorted/svn/1854 Author: yangzhang Date: 2013-04-14 05:56:48 +0000 (Sun, 14 Apr 2013) Log Message: ----------- Add slice-data.com Modified Paths: -------------- configs/trunk/src/ssh/config Modified: configs/trunk/src/ssh/config =================================================================== --- configs/trunk/src/ssh/config 2013-04-03 05:26:29 UTC (rev 1853) +++ configs/trunk/src/ssh/config 2013-04-14 05:56:48 UTC (rev 1854) @@ -6,6 +6,16 @@ TCPKeepAlive=yes ServerAliveInterval=300 +Host *.slice-data.com + ForwardAgent yes + +Host nuthouse.partyondata.com + ForwardAgent yes + ForwardX11 yes + ForwardX11Trusted yes + LocalForward 8000 localhost:80 + LocalForward 8787 localhost:8787 + Host * ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |