diff options
Diffstat (limited to 'sshd_config.0')
-rw-r--r-- | sshd_config.0 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sshd_config.0 b/sshd_config.0 index 1cc7459f8..aae7fb6af 100644 --- a/sshd_config.0 +++ b/sshd_config.0 | |||
@@ -286,9 +286,9 @@ DESCRIPTION | |||
286 | 286 | ||
287 | The default is: | 287 | The default is: |
288 | 288 | ||
289 | chacha20-poly1305@openssh.com, | ||
289 | aes128-ctr,aes192-ctr,aes256-ctr, | 290 | aes128-ctr,aes192-ctr,aes256-ctr, |
290 | aes128-gcm@openssh.com,aes256-gcm@openssh.com, | 291 | aes128-gcm@openssh.com,aes256-gcm@openssh.com |
291 | chacha20-poly1305@openssh.com | ||
292 | 292 | ||
293 | The list of available ciphers may also be obtained using the -Q | 293 | The list of available ciphers may also be obtained using the -Q |
294 | option of ssh(1) with an argument of M-bM-^@M-^\cipherM-bM-^@M-^]. | 294 | option of ssh(1) with an argument of M-bM-^@M-^\cipherM-bM-^@M-^]. |
@@ -927,7 +927,7 @@ DESCRIPTION | |||
927 | 927 | ||
928 | If this option is set to M-bM-^@M-^\noM-bM-^@M-^] (the default) then only addresses | 928 | If this option is set to M-bM-^@M-^\noM-bM-^@M-^] (the default) then only addresses |
929 | and not host names may be used in ~/.ssh/known_hosts from and | 929 | and not host names may be used in ~/.ssh/known_hosts from and |
930 | sshd_config(5) Match Host directives. | 930 | sshd_config Match Host directives. |
931 | 931 | ||
932 | UseLogin | 932 | UseLogin |
933 | Specifies whether login(1) is used for interactive login | 933 | Specifies whether login(1) is used for interactive login |
@@ -1049,4 +1049,4 @@ AUTHORS | |||
1049 | versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support | 1049 | versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support |
1050 | for privilege separation. | 1050 | for privilege separation. |
1051 | 1051 | ||
1052 | OpenBSD 5.8 August 6, 2015 OpenBSD 5.8 | 1052 | OpenBSD 5.8 August 14, 2015 OpenBSD 5.8 |