Question
Drop port 22 via iptables, please help
Hi, i dropped port 22 on the server using iptabes, it is my mistake.
iptables -I INPUT -p tcp –dport 22 -j DROP
How i can get access to server?
Have you direct access to the server?
Thank you.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×