diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:45 +0000 |
commit | 2448a25dcb2a6407b008acad725443c0be789e66 (patch) | |
tree | 358dd99d233c971a37d0d59127ce0fbbfe7cbf39 | |
parent | Setting KexAlgorithms in ssh_config to Curve25519 and Diffie-Hellman. (diff) | |
download | openssh-2448a25dcb2a6407b008acad725443c0be789e66.tar.xz openssh-2448a25dcb2a6407b008acad725443c0be789e66.zip |
Setting MACs in ssh_config to UMAC and HMAC.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 9c98c43..38815b7 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,aes256-gcm@openssh.com,aes128-gcm@openssh. HostbasedKeyTypes 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 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 |