Tuesday 22 November 2022

How to unblock ip from SSH in ubuntu? connection refused?

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