By EricZhou129
Hi guys, quick question.
I was running a web-scraper script overnight on my DigitalOcean droplet. The script takes a while to run because I’ve added a time delay within the loop. After about 1-2 hours, I got a message: “connection to [ip address]_ closed by remote host”.
Is there any way to set the host to not terminate the connection?
Regards, Eric
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!
Did you run the script through SSH terminal? If yes, then just a tiny hiccup anywhere from your computer to the server, might reset the secure tunnel. If you want to run something all night long, then you’re better of by letting the server handle it - if that’s not possible, because how the script is created, then you can run it through the Console, which you can access through the DigitalOcean control panel.
Hello,
Are you trying to SSH using your SSH key or just with a password?
Note that by default on most Linux distributions password authentication is disabled.
If you don’t have your SSH key on file, you could enable password authentication by following the steps here:
https://www.digitalocean.com/docs/droplets/resources/lost-ssh-key/
After that, you could use PuTTY and authenticate with a password.
Hope that this helps! Regards, Alex
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.