I've discovered that ufw is blocking my ssh connections.
This is unusual because I have ufw to not block my port that I'm using (let's say its 12345 for example).
I used ufw allow 12345.
I also did ufw allow ssh.
These result in ssh hanging when I try to login in a different terminal.
How can I make ssh allow connections and what is the problem?
This is unusual because I have ufw to not block my port that I'm using (let's say its 12345 for example).
I used ufw allow 12345.
I also did ufw allow ssh.
These result in ssh hanging when I try to login in a different terminal.
How can I make ssh allow connections and what is the problem?
Comment