Linux Security The Complete Iptables Firewall Guide Free Download Extra Quality -
# Allow SSH iptables -A INPUT -p tcp --dport 22 -j ACCEPT # Allow HTTP and HTTPS iptables -A INPUT -p tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp --dport 443 -j ACCEPT Use code with caution. Best Practices for Linux Hardening