By rl614
After executing sudo reboot, am unable to ssh into a ubuntu 14.04 droplet which has been created from snapshot of another droplet.
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!
Hi @rl614,
Can you think of what have you done to your server before that reboot? Did you maybe enabled firewall or changed some SSH settings?
You can try going to Console from DigitalOcean Control Panel. From there, you can see does your Droplet even booted and if it is - you should check SSH configuration and restart SSH by running
- sudo systemctl restart sshd
While you’re there you can check does you enabled ufw firewall by running
- sudo ufw status
If you want it disabled it should return something in lines ufw is not running or disabled.
If it is enabled it will return status: active and rules list. In that case makes sure on list is OpenSSH or 22 for port and status is ALLOW
If your Droplet is not booted try restarting again via Control Panel and post here so we can instruct you further :)
Addition: Make sure you can ping your Droplet from local PC. If ping is unsuccessful Droplet networking could be down, in that case Support can help you restore networking
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.