.ssh/config
changeset 222 8111e9e127f5
parent 89 92844597e8d7
child 223 1ce3922d21e6
equal deleted inserted replaced
221:aa682f0b1e7b 222:8111e9e127f5
    15 CompressionLevel 8
    15 CompressionLevel 8
    16 
    16 
    17 # Prefer public key authentication.
    17 # Prefer public key authentication.
    18 PreferredAuthentications publickey,keyboard-interactive,password
    18 PreferredAuthentications publickey,keyboard-interactive,password
    19 PubkeyAuthentication yes
    19 PubkeyAuthentication yes
       
    20 
       
    21 # Bypass locale env vars to remote host.
       
    22 SendEnv LANG LC_*
       
    23