summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:43:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:43:01 +0000
commit9e08304b7072206e07748e850dcc9d48adb4c174 (patch)
treecd1189a53c6feca3b2ad65782380b8aba9b7f392
parentSetting KexAlgorithms in sshd_config to sntrup761x25519-sha512@openssh.com an... (diff)
downloadopenssh-9e08304b7072206e07748e850dcc9d48adb4c174.tar.xz
openssh-9e08304b7072206e07748e850dcc9d48adb4c174.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 b49cf6b..2d9da43 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
HostbasedAcceptedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519
HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519
KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,curve25519-sha256
+MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com