Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Just a few more details.

...

Code Block
languagebash
sudo ufw enable

Use From your desktop, use Telnet to confirm 22 port is open,

Code Block
languagebash
telnet Ubuntuservername 22 # if you server is not named, user the server's IP address

If telnet worked you should see something like this,

Code Block
languagebash
Connected to Ubuntuservername.
Escape character is '^]'.
^]

Finally check that all your rules are in place,

...