FIREWALL - DEBIAN
Service Statussystemctl status firewalld
OPENING PORT 20022 + UPDATE SSH PORT
Opening a port 20022 in firewalld.firewall-cmd --permanent --add-port=20022/tcpfirewall-cmd --reload
To list the ports that are opened.firewall-cmd --list-ports
Update ...