|
|
|
|
|
by 0xDEAFBEAD
914 days ago
|
|
>No public keys are meant to be public, either yes key will be correct or not. Yeah but how do you know if the key is correct if you're getting it for the first time? >This is why (to my knowledge) package managers like apt still check http endpoints instead of https ones. Your distro ships with a public key that lets you verify package signatures. TLS is redundant because you already have that trust anchor which came with the distro. (I would suggest using TLS anyway though, to force an attacker to break 2 layers of security.) |
|
If you enable it, the first connection to a new host will say "matching host key fingerprint found in DNS" if DNSSec is operational AND the retrieved key matches.