Securing your Server
Things you can do to secure your server running the Bonder
Securing your Server
Update your system
sudo apt update -y && sudo apt full-upgrade -y
sudo apt autoremove -y && sudo apt autocleanSet up user configs
sudo passwd -l root # While this is redundant when using Ubuntu, it is good practice to explicitly ensure that the account is disabled
sudo passwd ubuntuHarden SSH config
sudo vim /etc/ssh/sshd_configInstall fail2ban
Firewall
Reset the server
Add SSH 2FA
Add SSH 2FALast updated