diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:52:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 19:52:32 +0000 |
commit | 27ecc9e80e791dc90ef9b547d01db14bf42d4764 (patch) | |
tree | 78a4dcbdf38fd876430c4da7b365409d3ef2bc5b /debian/local/ssh_config.d/modern-ssh.conf | |
parent | Setting Ciphers in ssh_config to ChaCha20. (diff) | |
download | openssh-27ecc9e80e791dc90ef9b547d01db14bf42d4764.tar.xz openssh-27ecc9e80e791dc90ef9b547d01db14bf42d4764.zip |
Setting HostbasedKeyTypes in ssh_config to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 bc2571d..c55779b 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 Ciphers chacha20-poly1305@openssh.com +HostbasedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 |