diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:02 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 14:43:02 +0000 |
commit | 3e4a3a6e66a7871661edd57f40ed40d603cf1964 (patch) | |
tree | c8d5eda0fe56cf6c59d948098566a1579e1adcc6 | |
parent | Setting HostCertificate in sshd_config to ED25519. (diff) | |
download | openssh-3e4a3a6e66a7871661edd57f40ed40d603cf1964.tar.xz openssh-3e4a3a6e66a7871661edd57f40ed40d603cf1964.zip |
Setting HostKey in sshd_config to ED25519.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/local/sshd_config.d/host-keys.conf | 3 |
1 files changed, 3 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..c1d73ec --- /dev/null +++ b/debian/local/sshd_config.d/host-keys.conf @@ -0,0 +1,3 @@ +# /etc/ssh/sshd_config.d/host-keys.conf + +HostKey /etc/ssh/ssh_host_ed25519_key |