savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho...


From: Sylvain Beucler
Subject: [Savannah-cvs] administration/content/gnu-content/faq CVS_-_Ho...
Date: Mon, 28 Mar 2005 12:11:44 -0500

CVSROOT:        /cvsroot/administration
Module name:    administration
Branch:         
Changes by:     Sylvain Beucler <address@hidden>        05/03/28 17:11:44

Modified files:
        content/gnu-content/faq: 
                                 
CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt 

Log message:
        The SSH config now only applies to cvs.savannah.gnu.org, not other hosts

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/administration/administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt
diff -u 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.2
 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.3
--- 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt:1.2
  Sun Mar 27 17:09:14 2005
+++ 
administration/content/gnu-content/faq/CVS_-_How_can_I_access_a_repository_from_behind_a_firewall_or_proxy.txt
      Mon Mar 28 17:11:44 2005
@@ -72,7 +72,8 @@
 # Configure SSH
 cat &lt;&lt;EOF &gt;&gt; ~/.ssh/config
 
-ProxyCommand connect -S localhost:9050 %h %p
+Host cvs.savannah.gnu.org
+       ProxyCommand connect -S localhost:9050 %h %p
 EOF
 # Install Tor. Check http://tor.eff.org/download.html for more information
 apt-get install tor
@@ -111,7 +112,8 @@
 # Configure SSH
 cat &lt;&lt;EOF &gt;&gt; ~/.ssh/config
 
-ProxyCommand connect -H <i>proxyhost</i>:<i>proxyport</i> %h %p
+Host cvs.savannah.gnu.org
+       ProxyCommand connect -H <i>proxyhost</i>:<i>proxyport</i> %h %p
 EOF
 </pre>
 
@@ -135,4 +137,4 @@
 </pre>
 </li></ul>
 
-<p style="font-size: smaller">Update $Date: 2005/03/27 17:09:14 $</p>
+<p style="font-size: smaller">Update $Date: 2005/03/28 17:11:44 $</p>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]