# HG changeset patch # User Oleksandr Gavenko # Date 1272891819 -10800 # Node ID 27ef73b69fd82bef1005f8cc5442a456fec96489 # Parent 486c0203dc2d86b886210bf82d147153b34b2a6a Create sock file in ~/.ssh dir, because ~/.ssh/sock can not exists. diff -r 486c0203dc2d -r 27ef73b69fd8 .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.