.ssh/config
changeset 314 d1a4574fa534
parent 223 1ce3922d21e6
child 868 e3b5f71d12f0
equal deleted inserted replaced
302:8354ab3a7042 314:d1a4574fa534
       
     1 
       
     2 Host *
     1 
     3 
     2 # Allow sharing of multiple sessions over a single network connection for all
     4 # Allow sharing of multiple sessions over a single network connection for all
     3 # host. Also don't prompt for password when connection live.
     5 # host. Also don't prompt for password when connection live.
     4 Host *
     6 # This option was disabled to simplify use of port forwarding.
     5 ControlPath ~/.ssh/sock_%r@%h_%p
     7 # You can enable it and pass "-s none" to ssh.
     6 ControlMaster auto
     8 # ControlPath ~/.ssh/sock_%r@%h_%p
       
     9 # ControlMaster auto
     7 
    10 
     8 # This by default.
    11 # This by default.
     9 # UserKnownHostsFile ~/.ssh/known_hosts
    12 # UserKnownHostsFile ~/.ssh/known_hosts
    10 
    13 
    11 # Enable compression. To turn on it manually invoke ssh with -C key.
    14 # Enable compression. To turn on it manually invoke ssh with -C key.