Revision: 103
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=103
Author: karl
Date: 2014-10-27 22:51:04 +0000 (Mon, 27 Oct 2014)
Log Message:
-----------
ssh -W preferable to /usr/bin/connect
Modified Paths:
--------------
trunk/sviki/ShellAccess.mdwn
Modified: trunk/sviki/ShellAccess.mdwn
===================================================================
--- trunk/sviki/ShellAccess.mdwn 2014-10-22 11:03:17 UTC (rev 102)
+++ trunk/sviki/ShellAccess.mdwn 2014-10-27 22:51:04 UTC (rev 103)
@@ -44,13 +44,12 @@
You may find it convenient to automatically proxy ssh through fencepost,
along these lines:
- Host mgt.savannah.gnu.org
+ Host *.savannah.gnu.org
User root
- ProxyCommand ssh -qq fencepost.gnu.org /usr/bin/connect %h %p
- Host dl.savannah.gnu.org
+ ProxyCommand ssh -W %h:%p fencepost.gnu.org
+ Host *.sv.gnu.org
User root
- ProxyCommand ssh -qq fencepost.gnu.org /usr/bin/connect %h %p
- ...
+ ProxyCommand ssh -W %h:%p fencepost.gnu.org
Beware of unintentionally trying to do normal vc checkouts as root.
Understand what you're doing. [[SavannahArchitecture]] lists the