diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:26 +0000 |
commit | 87a77ea62e9f2299cf2aa73d93850d3e7b6de3c7 (patch) | |
tree | 965d0886b391dd717c3f3b1d8f4671e112a50569 | |
parent | Setting CASignatureAlgorithms in ssh_config to ED25519 and RSA. (diff) | |
download | openssh-87a77ea62e9f2299cf2aa73d93850d3e7b6de3c7.tar.xz openssh-87a77ea62e9f2299cf2aa73d93850d3e7b6de3c7.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.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 |