By contactuju
I am not able to connect to the droplet via putty 104.131.96.11
I followed the article here https://www.digitalocean.com/community/tutorials/how-to-log-into-your-droplet-with-putty-for-windows-users
I get Network Error Connection timeout. I checked the ssh server status in droplet and it shows its running. I started the demo mean app on node.js but cannot access via web browser either. This is my first shot at Digital Ocean.
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!
check firewall is installed
sudo ufw status
if not, then install it:
sudo apt-get install ufw
then allow ssh:
sudo ufw allow ssh
Check your firewall and make sure the ssh service is enabled. Typical symptom when not enabled is you don’t get a login prompt when connecting externally, but you do when connecting via the digital ocean droplet console.
This happened to me when I changed the default port from 22 to 12345. If like me, you did the same, you need to add a rule to the firewall which will allow ssh connections via the port you specified.
sudo ufw allow 12345
Fixed my issue.
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.