.ssh/config
changeset 930 e867bffa536e
parent 868 e3b5f71d12f0
child 1029 09f23ab46d03
equal deleted inserted replaced
929:615c58735e09 930:e867bffa536e
     5 # host. Also don't prompt for password when connection live.
     5 # host. Also don't prompt for password when connection live.
     6 # This option was disabled to simplify use of port forwarding.
     6 # This option was disabled to simplify use of port forwarding.
     7 # You can enable it and pass "-s none" to ssh.
     7 # You can enable it and pass "-s none" to ssh.
     8 # ControlPath ~/.ssh/sock_%r@%h_%p
     8 # ControlPath ~/.ssh/sock_%r@%h_%p
     9 # ControlMaster auto
     9 # ControlMaster auto
       
    10 
       
    11 ServerAliveInterval 120
    10 
    12 
    11 # This by default.
    13 # This by default.
    12 # UserKnownHostsFile ~/.ssh/known_hosts
    14 # UserKnownHostsFile ~/.ssh/known_hosts
    13 
    15 
    14 # Enable compression. To turn on it manually invoke ssh with -C key.
    16 # Enable compression. To turn on it manually invoke ssh with -C key.