Comment on Another good reason not to open port 22
u_tamtam@programming.dev 1 year ago
Or, you know, just use key auth only and fail2ban. Putting sshd behind another port only buys you a little time.
Comment on Another good reason not to open port 22
u_tamtam@programming.dev 1 year ago
Or, you know, just use key auth only and fail2ban. Putting sshd behind another port only buys you a little time.
nomadjoanne@lemmy.world 1 year ago
Yeah but the majority of bots out there are going after easy prey. Honestly, if you use public key authentication with ssh you should be fine, even if it is on port 22. But it does of course clog up access logs.
marcos@lemmy.world 1 year ago
The majority of bots out there are stopped by just using a hard to guess password. It’s not them that you should be worried about.
aard@kyu.de 1 year ago
The majority of bots doesn’t even show up in the logs if you disable password auth in the server config, as you typically should.
fusio@lemmy.world 1 year ago
who should we be worried about?