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!
Please correct last hyperlink to correct one: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7
How about disallowing remote root login in /etc/ssh/sshd_config (set PermitRootLogin to no)
Removing the entire known_hosts file from your local computer will take away your ability to notice host key changes on every other remote machine you ssh to.
Instead, use ssh-keygen -R xxx.xxx.xx.xx to remove the known_hosts entry for just the IP that you want to forget.
You do realize that there’s no sudo or visudo in a Debian installation, right? Ubuntu has visudo and sudo but not Debian. If you want Debian set up like Ubuntu, you have to install sudo and do the configuration from there.
apt-get install sudo (I believe)
I’m sitting on a fresh Debian 8 VPS, checking just to make sure and there’s no visudo from root. I thought to double-check this because I’m new to Debian and was just reading last week about the philosophy difference in the use of sudo vs just logging in as root.
BTW, have you seen the great t-shirts that say, “# I am root?” Funny stuff! :-)