How to Harden Hetzner

From Open Source Ecology
Revision as of 04:23, 24 July 2024 by Marcin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

More security on your server, how?

https://www.reddit.com/r/hetzner/comments/k5eywt/my_servers_keep_getting_hacked_im_desperate_for/

Start with login via keys, not passwords.

https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server

But note, don't create RSA keys, which have some vulnerability. Probably use ECDSA - [1]? Not if it is 2023+ [2].