.ssh/config
changeset 67 27ef73b69fd8
parent 66 486c0203dc2d
child 69 0e2366650523
equal deleted inserted replaced
66:486c0203dc2d 67:27ef73b69fd8
     1 # Allow connection to all host.
     1 # Allow connection to all host.
     2 Host *
     2 Host *
     3 
     3 
     4 # Allow sharing of multiple sessions over a single network connection.
     4 # Allow sharing of multiple sessions over a single network connection.
     5 # Also don't prompt for password second time.
     5 # Also don't prompt for password second time.
     6 ControlPath ~/.ssh/sock/%r@%h_%p
     6 ControlPath ~/.ssh/sock_%r@%h_%p
     7 ControlMaster auto
     7 ControlMaster auto
     8 
     8 
     9 # This by default.
     9 # This by default.
    10 # UserKnownHostsFile ~/.ssh/known_hosts
    10 # UserKnownHostsFile ~/.ssh/known_hosts