>at worst passphrased keys are as insecure as passwords
Not true, unfortunately -- standard passwords can be (in practice) perfectly protected against
guessing attacks by using rate-limiting; there's no way to rate-limit attempts to guess a
compromised key's decryption passphrase.
Whether one cares or not is another matter (most of us are unlikely to be facing attackers who
are willing to spend the necessary time to crack a decent passphrase in any case, and
keyloggers and memory scanners are going to remain much cheaper and easier ways to get at
decrypted keys), but there are tradeoffs.
Posted Oct 25, 2007 22:14 UTC (Thu) by nix (subscriber, #2304)
[Link]
Hm. Interesting.
Of course the passphrase can be much stronger than a password (since you
only need to type it in once in a blue moon thanks to ssh-agent), but even
so, that's food for thought...