OpenSSH user enumeration
openwall.com
OpenSSH user enumeration
1–10 of 89 posts
Re: OpenSSH user enumeration
#2Usernames are not a secret, passwords are a secret.
Re: OpenSSH user enumeration
#3PoC in subsequent email: http://seclists.org/oss-sec/2018/q3/125
Re: OpenSSH user enumeration
#4Usernames 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
#5Usernames are not a secret, passwords are a secret.
They are useful though. If you check a bunch of usernames from a person leak and find matches, you got a password to try.
Re: OpenSSH user enumeration
#6Usernames are not a secret, passwords are a secret.
Are you willing to send me a list of all your usernames on all your systems?
Re: OpenSSH user enumeration
#7Usernames 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.
Re: OpenSSH user enumeration
#8Re: OpenSSH user enumeration
#9Usernames are not a secret, passwords are a secret.
yeah but what if some user names are known to have a weak secret?
Re: OpenSSH user enumeration
#10If you're a startup and this matters to you, you're doing it very wrong.