diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:44 +0000 |
commit | 8c7b8435e132810b49880caf5c655b3f8df895be (patch) | |
tree | 793e1a3855c11d76c8eda7675448230a277bb34a /debian | |
parent | Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-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>
Diffstat (limited to 'debian')
-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 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 |