.ssh/config
changeset 88 0b8ef20d38f0
parent 71 dcc8c2a63ec3
child 89 92844597e8d7
equal deleted inserted replaced
87:63b568f99e3c 88:0b8ef20d38f0
     7 
     7 
     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 
    13 
    14 # Prefer public key authentication.
    14 # Prefer public key authentication.
    15 PreferredAuthentications publickey,keyboard-interactive,password
    15 PreferredAuthentications publickey,keyboard-interactive,password
    16 PubkeyAuthentication yes
    16 PubkeyAuthentication yes