Report this

What is the reason for this report?

Getting SSH Connection Lost

Posted on March 13, 2024

Set up an Ubuntu Droplet for the first time. I am receiving an SSH Connection Lost error when I try to open the Droplet Console. I have set up one firewall rule blocking all incoming traffic on TCP and UDP that is not my own public IP.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey!

If you have configured any of your firewalls to block SSH traffic on the port the SSH daemon listens on, you need to reconfigure their rules to accept incoming SSH connections on that port.

Otherwise the web console will not work:

https://docs.digitalocean.com/products/droplets/how-to/connect-with-console/

Alternatively, you can keep your firewall rules as they are and just use a local SSH client instead of the web console:

https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/

Hope that this helps!

Best,

Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.