Debian often ships without UFW installed. To install it:
apt install ufw -y
Then configure it:
ufw allow 22/tcp
ufw enable
Welcome to Debian!Update your system:apt update && apt upgrade -yInstall common tools if...
Install Fail2Ban to block attackers.apt install fail2ban -yCopy the config file to make edits:cp...