equal
deleted
inserted
replaced
11 # This by default. |
11 # This by default. |
12 # UserKnownHostsFile ~/.ssh/known_hosts |
12 # UserKnownHostsFile ~/.ssh/known_hosts |
13 |
13 |
14 # Enable compression. To turn on it manually invoke ssh with -C key. |
14 # Enable compression. To turn on it manually invoke ssh with -C key. |
15 Compression yes |
15 Compression yes |
16 # CompressionLevel has value 1..9 (fast..slow/best) with default 6. |
|
17 # Applicable for SSH protocol version 1. |
|
18 CompressionLevel 8 |
|
19 |
16 |
20 # Prefer public key authentication. |
17 # Prefer public key authentication. |
21 PreferredAuthentications publickey,keyboard-interactive,password |
18 PreferredAuthentications publickey,keyboard-interactive,password |
22 PubkeyAuthentication yes |
19 PubkeyAuthentication yes |
23 |
20 |