equal
deleted
inserted
replaced
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 # CompressionLevel has value 1..9 (fast..slow/best) with default 6. |
|
14 # Applicable for SSH protocol version 1. |
|
15 CompressionLevel 8 |
13 |
16 |
14 # Prefer public key authentication. |
17 # Prefer public key authentication. |
15 PreferredAuthentications publickey,keyboard-interactive,password |
18 PreferredAuthentications publickey,keyboard-interactive,password |
16 PubkeyAuthentication yes |
19 PubkeyAuthentication yes |