Ann Harrison, SecurityFocus 2001-08-17
Researchers say the elapsed time between keystrokes can reveal much about your password.
Colapse all |
Post comment
SSH Keystroke Timing Attack
2001-08-20
Chris Leonardos <cleonardos (at) triumph (dot) com [email concealed]> (3 replies)
Chris Leonardos <cleonardos (at) triumph (dot) com [email concealed]> (3 replies)
My question is this: If the SSH Client caches the user keystrokes when accepting the password, and sends them only after the OK button is clicked, how can this attack be at all usefull?...
[ more ] [ reply ]
[ more ] [ reply ]
SSH Keystroke Timing Attack
2001-08-20
impetus (1 replies)
impetus (1 replies)
Ahhh, you do not focus on the crux of the issue. The ssh password may never be revealed do to key authentication. think instead of the passwords that may be used whilst conducting an ssh session. For instance, it is common practice to have a reasonably secure [;-) server act as a ssh concentrator. U...
[ more ] [ reply ]
[ more ] [ reply ]
SSH Keystroke Timing Attack
2001-08-30
Anonymous SSH User
Anonymous SSH User
Now, if I remember correctly, the SSH2 protocol has a flag that can be sent with a packet which says 'ignore this packet'. I guess the idea is that both sides should periodically (apparently rapidly) send these packets to foil timing attacks. An eavesdropper won't be able to tell if the packet is ma...
[ more ] [ reply ]
[ more ] [ reply ]
Which keystrokes to find timings for.
2001-08-30
Todd Knarr <tknarr (at) silverglass (dot) org [email concealed]>
Todd Knarr <tknarr (at) silverglass (dot) org [email concealed]>
Isn't there a big hurdle in this attack, namely figuring out which keystrokes in an SSH session are actually the password being typed? Unless you know that, you're going to have an awful lot of combinations of timing information to try, more than then actual number of possible passwords in fact. Hav...
[ more ] [ reply ]
[ more ] [ reply ]

in SSH but would it be hard to send the whole
password in one packet? Ie. till you don't hit
the enter no packet is sent by every keystroke.
This would defeat the information gaining on
sensitive data....
[ more ] [ reply ]