on when i enable the firewall.😃 we have three options for allowing ssh connections to machines: option - allow any machine to connect to our machine via ssh: $ sudo ufw allow /tcp option - limit ssh access to only a certain range of ip addresses $ sudo ufw allow from . . / to any port proto tcp ufw...