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