.ssh/config
changeset 70 637657d3b402
parent 69 0e2366650523
child 71 dcc8c2a63ec3
equal deleted inserted replaced
69:0e2366650523 70:637657d3b402
     9 # This by default.
     9 # This by default.
    10 # UserKnownHostsFile ~/.ssh/known_hosts
    10 # UserKnownHostsFile ~/.ssh/known_hosts
    11 
    11 
    12 # Enable compression. To turn on it manually invoce ssh with -C key.
    12 # Enable compression. To turn on it manually invoce ssh with -C key.
    13 # Compression yes
    13 # Compression yes
       
    14 
       
    15 # Prefer public key authentication.
       
    16 PreferredAuthentications publickey,keyboard-interactive,password
       
    17 PubkeyAuthentication yes