summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:28 +0000
commitb6171e61c2f31bf4dd22a367928868fbcaa20071 (patch)
treec2dba146e9d61abbeac93cf3c45c087df4878597
parentSetting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-b6171e61c2f31bf4dd22a367928868fbcaa20071.tar.xz
openssh-b6171e61c2f31bf4dd22a367928868fbcaa20071.zip
Setting Ciphers in sshd_config to ChaCha20 and AES.
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 30bc092..f04eec4 100644
--- a/debian/local/sshd_config.d/modern-ssh.conf
+++ b/debian/local/sshd_config.d/modern-ssh.conf
@@ -1,3 +1,4 @@
# /etc/ssh/sshd_config.d/modern-ssh.conf
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