.ssh/config
changeset 89 92844597e8d7
parent 88 0b8ef20d38f0
child 222 8111e9e127f5
equal deleted inserted replaced
88:0b8ef20d38f0 89:92844597e8d7
     8 # This by default.
     8 # This by default.
     9 # UserKnownHostsFile ~/.ssh/known_hosts
     9 # UserKnownHostsFile ~/.ssh/known_hosts
    10 
    10 
    11 # Enable compression. To turn on it manually invoke ssh with -C key.
    11 # Enable compression. To turn on it manually invoke ssh with -C key.
    12 Compression yes
    12 Compression yes
       
    13 # CompressionLevel has value 1..9 (fast..slow/best) with default 6.
       
    14 # Applicable for SSH protocol version 1.
       
    15 CompressionLevel 8
    13 
    16 
    14 # Prefer public key authentication.
    17 # Prefer public key authentication.
    15 PreferredAuthentications publickey,keyboard-interactive,password
    18 PreferredAuthentications publickey,keyboard-interactive,password
    16 PubkeyAuthentication yes
    19 PubkeyAuthentication yes