.ssh/config
changeset 868 e3b5f71d12f0
parent 314 d1a4574fa534
child 930 e867bffa536e
equal deleted inserted replaced
867:33ef236a0dd5 868:e3b5f71d12f0
    11 # This by default.
    11 # This by default.
    12 # UserKnownHostsFile ~/.ssh/known_hosts
    12 # UserKnownHostsFile ~/.ssh/known_hosts
    13 
    13 
    14 # 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.
    15 Compression yes
    15 Compression yes
    16 # CompressionLevel has value 1..9 (fast..slow/best) with default 6.
       
    17 # Applicable for SSH protocol version 1.
       
    18 CompressionLevel 8
       
    19 
    16 
    20 # Prefer public key authentication.
    17 # Prefer public key authentication.
    21 PreferredAuthentications publickey,keyboard-interactive,password
    18 PreferredAuthentications publickey,keyboard-interactive,password
    22 PubkeyAuthentication yes
    19 PubkeyAuthentication yes
    23 
    20