Quantcast
Channel: EasyEngine Community Forum - Latest posts
Viewing all articles
Browse latest Browse all 12639

SSH on non-standard port?

$
0
0

Check your firewall. It's probably blocking that port.

EDIT: If you're using Ubuntu, your Firewall is probably UFW. Then do this:

sudo ufw status

To check if UFW is running, if it is then open the port like this:

sudo ufw allow 2222/tcp

Obviously, replace 2222 with your SSH port.


Viewing all articles
Browse latest Browse all 12639

Trending Articles