Live data from Hacker News

OpenSSH user enumeration

openwall.com

1–10 of 89 posts

Re: OpenSSH user enumeration

#4
post #2

Usernames are not a secret, passwords are a secret.

I don't know, judging by my SSH logs it seems a lot of the automated malicious login attempts are looking for common software used to deploy code. Knowing that a target machine has a username used by some popular software might be valuable information in an attack.

But on the subject of passwords, best practice for SSH for a long time has been to disable password based login entirely and rely on keys.

Re: OpenSSH user enumeration

#7
post #2

Usernames are not a secret, passwords are a secret.

Does anyone still use password authentication on servers that actually matter? I mean, I'm just a hobbyist, and I switched to keys several years ago. Basically, I just use root and user, because anything else unnecessarily adds information.
Post reply on HN