Page tree

Versions Compared

Key

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

...

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

sudo ufw enable ; sudo ufw allow 22 
Note

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

...