summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:29 +0000
commit4f681751ddaac55bccfa8cf927ce29a894d5e99a (patch)
tree9a709ac11f8844ec2c404f68210a5df696b09277
parentSetting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com, C... (diff)
downloadopenssh-4f681751ddaac55bccfa8cf927ce29a894d5e99a.tar.xz
openssh-4f681751ddaac55bccfa8cf927ce29a894d5e99a.zip
Setting MACs in sshd_config to UMAC and HMAC.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/sshd_config.d/modern-ssh.conf1
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 08efc56..0510cc7 100644
--- a/debian/local/sshd_config.d/modern-ssh.conf
+++ b/debian/local/sshd_config.d/modern-ssh.conf
@@ -5,3 +5,4 @@ Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.
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
HostKeyAlgorithms 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
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256,curve25519-sha256@libssh.org,diffie-hellman-group18-sha512,diffie-hellman-group16-sha512,diffie-hellman-group14-sha256,diffie-hellman-group-exchange-sha256
+MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com