|
1 | | -# This is the ssh client system-wide configuration file. |
2 | | - See |
3 | | -# ssh_config(5) for more information. This file provides |
4 | | - defaults for |
5 | | -# users, and the values can be changed in per-user config |
6 | | -uration files |
| 1 | +# This is the ssh client system-wide configuration file. See |
| 2 | +# ssh_config(5) for more information. This file provides defaults for |
| 3 | +# users, and the values can be changed in per-user configuration files |
7 | 4 | # or on the command line. |
8 | 5 |
|
9 | 6 | # Configuration data is parsed as follows: |
10 | 7 | # 1. command line options |
11 | 8 | # 2. user-specific file |
12 | 9 | # 3. system-wide file |
13 | | -# Any configuration value is only changed the first time |
14 | | -it is set. |
15 | | -# Thus, host-specific definitions should be at the beginn |
16 | | -ing of the |
| 10 | +# Any configuration value is only changed the first time it is set. |
| 11 | +# Thus, host-specific definitions should be at the beginning of the |
17 | 12 | # configuration file, and defaults at the end. |
18 | 13 |
|
19 | | -# Site-wide defaults for some commonly used options. For |
20 | | - a comprehensive |
21 | | -# list of available options, their meanings and defaults, |
22 | | - please see the |
| 14 | +# Site-wide defaults for some commonly used options. For a comprehensive |
| 15 | +# list of available options, their meanings and defaults, please see the |
23 | 16 | # ssh_config(5) man page. |
24 | 17 |
|
25 | 18 | Host * |
@@ -47,10 +40,8 @@ Host * |
47 | 40 | # Port 22 |
48 | 41 | # Protocol 2 |
49 | 42 | # Cipher 3des |
50 | | -# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,a |
51 | | -rcfour128,aes128-cbc,3des-cbc |
52 | | -# MACs hmac-md5,hmac-sha1,[email protected],hmac-ripe |
53 | | -md160 |
| 43 | +# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc |
| 44 | +# MACs hmac-md5,hmac-sha1,[email protected],hmac-ripemd160 |
54 | 45 | # EscapeChar ~ |
55 | 46 | # Tunnel no |
56 | 47 | # TunnelDevice any:any |
|
0 commit comments