diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:47 +0000 |
commit | 424bd05c66bd9b51633fe013b974e7361dcb314f (patch) | |
tree | 7ce0d09d08209c63fe6361d463deed4b0a5dd4b6 /debian/local | |
parent | Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-424bd05c66bd9b51633fe013b974e7361dcb314f.tar.xz openssh-424bd05c66bd9b51633fe013b974e7361dcb314f.zip |
Setting Ciphers in sshd_config to ChaCha20 and AES.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/sshd_config.d/modern-ssh.conf | 1 |
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 |