kindrudekid@alien.topBtoSelf-Hosted Main@selfhosted.forum•Debian Server Essentials: Setup, Configure, and Hardening Your SystemEnglish
2·
1 year agoMozilla has some guidelines for SSH which I use: https://infosec.mozilla.org/guidelines/openssh
Only thing I do differently is I use ed25519 instead of RSA.
ssh-keygen -t ed25519 -a 100
Check storage if it’s full, if it cannot audit your login it won’t let you.