[Python-checkins] devguide: Recommend to enable SSH compression

antoine.pitrou python-checkins at python.org
Sun Mar 6 01:01:43 CET 2011


http://hg.python.org/devguide/rev/dfb221f095b0
changeset:   367:dfb221f095b0
parent:      365:f8977b46f50e
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Mar 06 01:01:21 2011 +0100
summary:
  Recommend to enable SSH compression

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -44,6 +44,12 @@
 are typically available either online or through the platform's package
 management system.
 
+It is recommended that you enable SSH compression.  In your ``.ssh/config``
+file, add the following lines::
+
+   Host *
+   Compression yes
+
 .. _download Mercurial: http://mercurial.selenic.com/downloads/
 .. _OpenSSH: http://www.openssh.org/
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list