Skip to content

Commit

Permalink
Update sshd_config
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent d86d75d commit 7fea0f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sshd_config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ KexAlgorithms ecdh-sha2-nistp521
ChallengeResponseAuthentication no
AuthorizedKeysFile .ssh/authorized_keys
PidFile sshd.pid
HostKey ssh_host_rsa_key
HostKey ssh_host_ecdsa_key
HostKey ssh_host_ed25519_key
HostKey etc/ssh/ssh_host_rsa_key
HostKey etc/ssh/ssh_host_ecdsa_key
HostKey etc/ssh/ssh_host_ed25519_key

0 comments on commit 7fea0f6

Please sign in to comment.