https://seanelvidge.com/unblock-ip-address-from-connecting-via-ssh/
sudo iptables -L --line-numbers
sudo iptables -D f2b-sshd 2
(number 2 means the second item under f2b-sshd, change it accordingly)
sudo iptables-save
No comments:
Post a Comment