Skip to content

Instantly share code, notes, and snippets.

@helloimalemur
Last active November 9, 2023 15:26
Show Gist options
  • Save helloimalemur/d4f3bfacba815f3d33364fa4b7600fdc to your computer and use it in GitHub Desktop.
Save helloimalemur/d4f3bfacba815f3d33364fa4b7600fdc to your computer and use it in GitHub Desktop.
Key Only SSHD
## key only auth
ChallengeResponseAuthentication no
PasswordAuthentication no
PermitRootLogin prohibit-password
PubkeyAuthentication yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment