diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:42:58 +0000 |
commit | b33b4fb3e895115dcf9799c5152b51a4e1a609a9 (patch) | |
tree | 881b8661756b4fa6d6b38c2914ee2befde567d64 | |
parent | Setting HostbasedKeyTypes in ssh_config to ED25519. (diff) | |
download | openssh-b33b4fb3e895115dcf9799c5152b51a4e1a609a9.tar.xz openssh-b33b4fb3e895115dcf9799c5152b51a4e1a609a9.zip |
Setting HostKeyAlgorithms in ssh_config to ED25519.
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 c55779b..40ade46 100644 --- a/debian/local/ssh_config.d/modern-ssh.conf +++ b/debian/local/ssh_config.d/modern-ssh.conf @@ -3,3 +3,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 +HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 |