Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 10, 2022 8:33 UTC (Thu) by matthias (subscriber, #94967)In reply to: Using certificates for SSH authentication by Karellen
Parent article: Using certificates for SSH authentication
That is the problem. Someone who is able to deploy a fake ssh server is likely also in a position to configure a static web page on the same server. So now instead of needing a secure way to transfer the ssh key, you need a secure channel to transfer the public key of the https server. DNSSEC is an option, but if you configure this, you can directly use SSHFP. Or you can deploy a CA to manage the https keys. But then, why don't you directly use the CA to sign ssh keys?
And no, the browsers default of trusting every CA on the planet to sign any website on the planet is not really a secure way.
