.ssh/config
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 03 May 2010 16:01:19 +0300
changeset 65 9f92e3aed442
parent 46 196729fa9d4e
child 66 486c0203dc2d
permissions -rw-r--r--
Use '_' instead ':' symbol as colon not allowd on Windows fs.


# 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