Default "secrets"
Default "secrets"
Posted Jan 6, 2011 10:46 UTC (Thu) by Fowl (subscriber, #65667)Parent article: Default "secrets"
The private key is just to prove that you are the server you say you are, either by a trusted 3rd party you already have the keys for or key continuity management - store the key the first time and hope that your first connection isn't compromised! ("the ssh model")
So yes, having the same private key would in effect allow anyone to pretend to be your device, but without MITM that shouldn't be that useful. That's not to say that it's a good situation, clearly SSL (and SSH!) keys should be generated on first boot, with an opportunity to upload "real" keys.
Or am I on the wrong track entirely?