diff --git a/sshd_config b/sshd_config index 8f39a9b..9fc8422 100644 --- a/sshd_config +++ b/sshd_config @@ -12,6 +12,6 @@ KexAlgorithms ecdh-sha2-nistp521 ChallengeResponseAuthentication no AuthorizedKeysFile .ssh/authorized_keys PidFile sshd.pid -HostKey etc/ssh/ssh_host_rsa_key -HostKey etc/ssh/ssh_host_ecdsa_key -HostKey etc/ssh/ssh_host_ed25519_key +HostKey /tmp/etc/ssh/ssh_host_rsa_key +HostKey /tmp/etc/ssh/ssh_host_ecdsa_key +HostKey /tmp/etc/ssh/ssh_host_ed25519_key