Page tree

Versions Compared

Key

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

...

Last restart the SSH service for the changes to take effect.

Code Block
languagebash
firstlineservice ssh restart
service ssh restart

In older versions of Ubuntu where Upstart is not available use,

Code Block
languagebash
sudo /etc/init.d/ssh restart

 

 

Prevent SSH Brute Force Dictionary Attacks

...