SSH server hardening ↦
If you operate an SSH server that receives connections from the public, you owe it to yourself to read this list of things you can do to lock that sucker down.
If you operate an SSH server that receives connections from the public, you owe it to yourself to read this list of things you can do to lock that sucker down.
Discussion
Sign in or Join to comment or subscribe
Lal
2022-12-15T20:42:18Z ago
… a usual mistake, since ssh with rsa key to user + sudo is not safer than directly ssh as root with rsa key.
sudo is its own can of worms…