✓ Solved

UFW SSH Block

Hi,

I am not able to access one of my Linode via SSH. I checked the Weblish and it seems a firewall is blocking all traffic.

I can only access the server via the Glish. The only modification made was to enable the SSL certificate on the Nginx server that hosts Jenkins.
Any thoughts?

Thank you.
Mo

2 Replies

✓ Best Answer

Maybe ufw is enabled.

Try:

ufw status

If it's installed but disabled it'll say disabled. Otherwise if it's installed it's enabled and blocking by default.

Actually I found out that someone in the team cleared the UFW rules and kept Nginx only, so I added the SSH rule.

Thank you.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct