diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
commit | 092f045bf9a98bd7cca2c55c3b6c5be0958191b7 (patch) | |
tree | 3d7000513dd2ca8920aa1576e5dd09f3d772eb55 | |
parent | Setting KexAlgorithms in ssh_config to sntrup761x25519-sha512@openssh.com and... (diff) | |
download | openssh-092f045bf9a98bd7cca2c55c3b6c5be0958191b7.tar.xz openssh-092f045bf9a98bd7cca2c55c3b6c5be0958191b7.zip |
Setting MACs in ssh_config to UMAC and HMAC.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/ssh_config.d/modern-ssh.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/local/ssh_config.d/modern-ssh.conf b/debian/local/ssh_config.d/modern-ssh.conf index bd21956..861e6ff 100644 --- a/debian/local/ssh_config.d/modern-ssh.conf +++ b/debian/local/ssh_config.d/modern-ssh.conf @@ -5,3 +5,4 @@ Ciphers chacha20-poly1305@openssh.com HostbasedKeyTypes 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 |