aboutsummaryrefslogtreecommitdiff
path: root/sshd_config.0
diff options
context:
space:
mode:
Diffstat (limited to 'sshd_config.0')
-rw-r--r--sshd_config.013
1 files changed, 10 insertions, 3 deletions
diff --git a/sshd_config.0 b/sshd_config.0
index 750e569cd618..b947bc9b7f3e 100644
--- a/sshd_config.0
+++ b/sshd_config.0
@@ -207,8 +207,9 @@ DESCRIPTION
Specifies which algorithms are allowed for signing of
certificates by certificate authorities (CAs). The default is:
- ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,
- ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa
+ ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,
+ sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com,
+ rsa-sha2-512,rsa-sha2-256
Certificates signed using other algorithms will not be accepted
for public key or host-based authentication.
@@ -743,6 +744,12 @@ DESCRIPTION
connection attempts are refused if the number of unauthenticated
connections reaches full (60).
+ ModuliFile
+ Specifies the moduli(5) file that contains the Diffie-Hellman
+ groups used for the M-bM-^@M-^\diffie-hellman-group-exchange-sha1M-bM-^@M-^] and
+ M-bM-^@M-^\diffie-hellman-group-exchange-sha256M-bM-^@M-^] key exchange methods. The
+ default is /etc/moduli.
+
PasswordAuthentication
Specifies whether password authentication is allowed. The
default is yes.
@@ -1181,4 +1188,4 @@ AUTHORS
versions 1.5 and 2.0. Niels Provos and Markus Friedl contributed support
for privilege separation.
-OpenBSD 6.8 February 27, 2021 OpenBSD 6.8
+OpenBSD 6.9 April 4, 2021 OpenBSD 6.9