diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:29 +0000 |
commit | 129da83ec75a3028557b6391cbe5fc164a76494a (patch) | |
tree | 46fb0d5f3f4e0e2bde1ce766d57a8e9d8c43fcf2 | |
parent | Setting Ciphers in sshd_config to ChaCha20 and AES. (diff) | |
download | openssh-129da83ec75a3028557b6391cbe5fc164a76494a.tar.xz openssh-129da83ec75a3028557b6391cbe5fc164a76494a.zip |
Setting HostbasedAcceptedKeyTypes in sshd_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/sshd_config.d/modern-ssh.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/sshd_config.d/modern-ssh.conf b/debian/local/sshd_config.d/modern-ssh.conf index f04eec4..4f82fc7 100644 --- a/debian/local/sshd_config.d/modern-ssh.conf +++ b/debian/local/sshd_config.d/modern-ssh.conf @@ -2,3 +2,4 @@ CASignatureAlgorithms ssh-ed25519,rsa-sha2-512,rsa-sha2-256 Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr +HostbasedAcceptedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256 |