ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no -o PasswordAuthentication=yes username@hostname.com -p 22
Password: ************
ssh -i path/to/private-key.pem username@hostname.com -p 22
sudo ufw status
Status: inactive
sudo ufw status
Status: active
sudo ufw show added
Added user rules:
ufw allow ...
ufw deny ...
sudo ufw disable
Firewall stopped and disabled on system startup