Page tree

Versions Compared

Key

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

...

Code Block
languagebash
sudo service ssh restart

In older versions of Ubuntu (to determine) where Upstart is not available use,

Code Block
languagebash
sudo /etc/init.d/ssh reload
 * Reloading OpenBSD Secure Shell server's configuration sshd
   ...done.

Now go to another machine other than the server and try to authenticate using ssh,

...