|
|
|
|
|
by problems
3266 days ago
|
|
A quick overview of how SSH key authentication works: > SSH client: I support key auth > SSH server: Let's use key auth > SSH client: Do you take this public key hash: XXXXXX? > SSH server: Yes I do or > SSH server: No I don't Repeat for as many keys as you like. You can therefore grab a list of known public keys for a given person and ask a given ssh server if it knows about the given public key. Given a few days you could even scan the entire IPv4 space for servers taking a given public key. Username must match, etc of course, but it's an attack many people might not consider. |
|