summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 05:19:45 +0000
commit3127bfea27ffbd96cea2ab18a7b1da136b59c597 (patch)
treede8a3de3f3f3411db1a598169f89745b55664e05
parentSetting Ciphers in ssh_config to ChaCha20 and AES. (diff)
downloadopenssh-3127bfea27ffbd96cea2ab18a7b1da136b59c597.tar.xz
openssh-3127bfea27ffbd96cea2ab18a7b1da136b59c597.zip
Setting HostbasedKeyTypes in ssh_config to ED25519 and RSA.
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 b8a9f10..c0fb104 100644
--- a/debian/local/ssh_config.d/modern-ssh.conf
+++ b/debian/local/ssh_config.d/modern-ssh.conf
@@ -2,3 +2,4 @@
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
+HostbasedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256