Allow sharing of multiple sessions over a single network connection.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 28 Mar 2010 22:25:40 +0300
changeset 46 196729fa9d4e
parent 45 5c94d2613433
child 47 918a1b3e1a7e
Allow sharing of multiple sessions over a single network connection.
.ssh/config
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.ssh/config	Sun Mar 28 22:25:40 2010 +0300
@@ -0,0 +1,6 @@
+
+# Allow sharing of multiple sessions over a single network connection.
+# Also don't prompt for password second time.
+Host *
+ControlPath ~/.ssh/sock/%r@%h:%p
+ControlMaster auto