Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
This is my first step when I create a new Cloud Server Instance:
1. Change the default SSH port to something different. By default SSH runs on TCP port 22. Changing it to something like 22XX will prevent those automated bots finding your server.
2. Disable root password login.
3. Create ssh keys for root, and only allow access with root via keys.
With those simple steps, I'd say there's 95% possibility you will not be bothered again with that situation...