Answer the question
In order to leave comments, you need to log in
Why ssh connection refused if port is open?
Here are open ports, ssh is apparently open
But when connecting, it gives
ssh [email protected]{host}
ssh: connect to host {host} port 22: Connection refused
Ubuntu 18.04, DigitalOcean
How can this be fixed?
Answer the question
In order to leave comments, you need to log in
Try
ssh -vvv [email protected]{host}
Maybe a key is required.
Or maybe the firewall won't let you in.
And it also happens that you actually connect to another machine. Errors in DNS or duplicate IP
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question