Report this

What is the reason for this report?

Digital Ocean white list IPs?

Posted on July 5, 2020

I’m getting many connections from Digital Ocean IP addresses trying to connect to my SSH port and trying to access non-existent locations on my webserver. I’m blocking them all at my firewall. Are there any IPs used by Digital Ocean that I should not block?



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.

Hello, @edGiantSquid

There is no specific IP address that you should whitelist. You can block every IP address that makes unsuccessful ssh authentication as this is clearly not a legit traffic.

You can also look into changing the ssh port and make only the pubkey authentication is enabled leaving the password authentication disabled in order to keep things safe. Also make sure everything on the droplet is updated and you’ve blocked/closed all the ports which are not used.

Brute force login attacks are one of the most common ways for a server to be compromised. This tutorial shows you how:

Hope that helps!

Regards, Alex

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.