diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 05:19:48 +0000 |
commit | 37bd97a7e5987d81e123510eb7cdcad6cd6b2e13 (patch) | |
tree | 2f75d914bb80d34774744044b285084e990b2503 /debian | |
parent | Setting PubkeyAcceptedKeyTypes in sshd_config to ED25519 and RSA. (diff) | |
download | openssh-37bd97a7e5987d81e123510eb7cdcad6cd6b2e13.tar.xz openssh-37bd97a7e5987d81e123510eb7cdcad6cd6b2e13.zip |
Setting HostCertificate in sshd_config to ED25519 and RSA.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/sshd_config.d/host-certificates.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/local/sshd_config.d/host-certificates.conf b/debian/local/sshd_config.d/host-certificates.conf new file mode 100644 index 0000000..33833d8 --- /dev/null +++ b/debian/local/sshd_config.d/host-certificates.conf @@ -0,0 +1,4 @@ +# /etc/ssh/sshd_config.d/host-certificates.conf + +#HostCertificate /etc/ssh/ssh_host_ed25519_key-cert.pub +#HostCertificate /etc/ssh/ssh_host_rsa_key-cert.pub |