How to Harden Hetzner: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "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...")
 
No edit summary
Line 7: Line 7:
https://www.digitalocean.com/community/tutorials/how-to-configure-ssh-key-based-authentication-on-a-linux-server
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.
But note, don't create RSA keys, which have some vulnerability. Probably use ECDSA - [https://www.ssh.com/academy/ssh/keygen]

Revision as of 04:16, 24 July 2024

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]