You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a user and provide the password wherever it needs to use Sudo access. This may help to filter out anonymous users who you don't know. Give the password only to whom you know or make an option to sign in with Google and give them the password.
Stop everyone to install wget, curl, git,ftp,ssh etc that can stop unknown file upload and download.
Filter apt package manager to abort these tools to install
If possible, avoid running Docker containers with the --privileged flag. Privileged containers might allow attackers to break out of the container and gain control over the host system. Grant containers individual capabilities with the --cap-add flag instead.
You can also use a proxy to hide your real public IP adress.