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 | 5939eb99dd90f0a7be592be4380e47c1c42882a0 (patch) | |
tree | 947c668ff21dde1c515aa4722c23454353a57639 /debian/local | |
parent | Setting MACs in ssh_config to UMAC and HMAC. (diff) | |
download | openssh-5939eb99dd90f0a7be592be4380e47c1c42882a0.tar.xz openssh-5939eb99dd90f0a7be592be4380e47c1c42882a0.zip |
Setting PubkeyAcceptedKeyTypes 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 861e6ff..dfc772e 100644 --- a/debian/local/ssh_config.d/modern-ssh.conf +++ b/debian/local/ssh_config.d/modern-ssh.conf @@ -6,3 +6,4 @@ HostbasedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com HostKeyAlgorithms sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 KexAlgorithms sntrup761x25519-sha512@openssh.com,curve25519-sha256@libssh.org,curve25519-sha256 MACs umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com +PubkeyAcceptedKeyTypes sk-ssh-ed25519-cert-v01@openssh.com,sk-ssh-ed25519@openssh.com,ssh-ed25519-cert-v01@openssh.com,ssh-ed25519 |