equal
deleted
inserted
replaced
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 |