Page tree

Versions Compared

Key

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

...

Warning

Just in case, make sure you can obtain console access before running this. If using virtual hosting most providers have a feature to emulate a console mode through their administration systems.


Code Block
languagebash
sudo ufw enable # enables the the firewall and allows ssh traffic in one step

sudo ufw enable ; sudo ufw allow 22 # allows ssh traffic
Note

Note to self, consider modifying the command to run in background process.

...