Create sock file in ~/.ssh dir, because ~/.ssh/sock can not exists.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 May 2010 16:03:39 +0300
changeset 67 27ef73b69fd8
parent 66 486c0203dc2d
child 68 7262222c3fdf
Create sock file in ~/.ssh dir, because ~/.ssh/sock can not exists.
.ssh/config
--- a/.ssh/config	Mon May 03 16:02:20 2010 +0300
+++ b/.ssh/config	Mon May 03 16:03:39 2010 +0300
@@ -3,7 +3,7 @@
 
 # Allow sharing of multiple sessions over a single network connection.
 # Also don't prompt for password second time.
-ControlPath ~/.ssh/sock/%r@%h_%p
+ControlPath ~/.ssh/sock_%r@%h_%p
 ControlMaster auto
 
 # This by default.