| ▲ | grey-area 8 hours ago | |||||||
Doesn’t it try one key at a time rather than send all? | ||||||||
| ▲ | bauruine 7 hours ago | parent | next [-] | |||||||
True but a server that wants to "deanonymize" you can just reject each key till he has all the default keys and the ones you added to your ssh agent. You can try it yourself [0] returns all the keys you send and even shows you your github username if one of the keys is used there. [0] ssh whoami.filippo.io | ||||||||
| ||||||||
| ▲ | rwmj 5 hours ago | parent | prev | next [-] | |||||||
Modern sshd limits the number of retries. I have 5 or 6 keys and end up DoSing myself sometimes. | ||||||||
| ||||||||
| ▲ | unsnap_biceps 8 hours ago | parent | prev [-] | |||||||
It does, and there's typically a maximum number of attempts (MaxAuthTries defaults to 6 IIRC) before the server just rejects the connection attempt. | ||||||||
| ||||||||