Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit /etc/ssh/sshd_config or in older versions there may be, /etc/sshd_config using a sudo enabled account,

Code Block
languagebash
ChallengeResponseAuthenticationPasswordAuthentication no

No need to restart ssh daemon. New sessions will require a key,

...