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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
The network capture you provided us shows your droplet sending an ICMP packet to 52.19.78.160 with reason “unreachable - admin prohibited”, presumably in regards to another connection attempt or packet.
Here is a
#tcpdump -nv tcp
20:24:08.884069 IP (tos 0x0, ttl 118, id 4251, offset 0, flags [DF], proto TCP (6), length 48) 52.29.84.6.54728 > 104.236.22.84.ssh: Flags [S], cksum 0xe091 (correct), seq 1478118705, win 8192, options [mss 1460,nop,nop,sackOK], length 0
So I guess they are coming in tcp and the response going back out is icmp?