iptables -A INPUT -p tcp -m portkng --knock 45,67,21 --dport 22 -j ACCEPT

portkng

--knock xx,xx,.. # List of ports to knock.
