.ssh/config
changeset 71 dcc8c2a63ec3
parent 70 637657d3b402
child 88 0b8ef20d38f0
--- a/.ssh/config	Mon May 03 19:41:08 2010 +0300
+++ b/.ssh/config	Mon May 03 20:49:29 2010 +0300
@@ -1,15 +1,14 @@
-# Allow connection to all host.
+
+# Allow sharing of multiple sessions over a single network connection for all
+# host. Also don't prompt for password when connection live.
 Host *
-
-# Allow sharing of multiple sessions over a single network connection.
-# Also don't prompt for password second time.
 ControlPath ~/.ssh/sock_%r@%h_%p
 ControlMaster auto
 
 # This by default.
 # UserKnownHostsFile ~/.ssh/known_hosts
 
-# Enable compression. To turn on it manually invoce ssh with -C key.
+# Enable compression. To turn on it manually invoke ssh with -C key.
 # Compression yes
 
 # Prefer public key authentication.