.ssh/config
changeset 46 196729fa9d4e
child 65 9f92e3aed442
equal deleted inserted replaced
45:5c94d2613433 46:196729fa9d4e
       
     1 
       
     2 # Allow sharing of multiple sessions over a single network connection.
       
     3 # Also don't prompt for password second time.
       
     4 Host *
       
     5 ControlPath ~/.ssh/sock/%r@%h:%p
       
     6 ControlMaster auto