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 | f28608cd80b4fa5a979c99d346ee8cb32dc2ca96 (patch) | |
tree | 4fb2fddc9b8df13b042dca08e3c97c85c798402b /debian/local | |
parent | Setting HostbasedKeyTypes in ssh_config to ED25519. (diff) | |
download | openssh-f28608cd80b4fa5a979c99d346ee8cb32dc2ca96.tar.xz openssh-f28608cd80b4fa5a979c99d346ee8cb32dc2ca96.zip |
Setting HostKeyAlgorithms in ssh_config to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-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 |