summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:44 +0000
commit8c7b8435e132810b49880caf5c655b3f8df895be (patch)
tree793e1a3855c11d76c8eda7675448230a277bb34a
parentSetting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-8c7b8435e132810b49880caf5c655b3f8df895be.tar.xz
openssh-8c7b8435e132810b49880caf5c655b3f8df895be.zip
Setting Ciphers in ssh_config to ChaCha20 and AES.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/ssh_config.d/modern-ssh.conf1
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 1512b39..b8a9f10 100644
--- a/debian/local/ssh_config.d/modern-ssh.conf
+++ b/debian/local/ssh_config.d/modern-ssh.conf
@@ -1,3 +1,4 @@
# /etc/ssh/ssh_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