Posted Feb 21, 2010 21:07 UTC (Sun) by cassee (subscriber, #5336)
In reply to: Trust, but verify by djao
Parent article: Trust, but verify
> SSH, however, has never been attacked cryptographically via its trust model [...]
Actually, it has. There was a neat trick way back when SSH servers still accepted both protocol 1 and 2. A man-in-the-middle could force a change in protocol by changing the packets so that it was probable that the host key would not be in the client's known_hosts file. The user would receive a relatively benign 'The authenticity of host X can't be established' message instead of the hostile 'WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!'. It would be easy for an inattentive user to ignore the warning and accept the compromised connection.