Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 15, 2022 7:06 UTC (Tue) by tilt12345678 (subscriber, #126336)Parent article: Using certificates for SSH authentication
“How does a CA get a user's public key and how does the user get the CA's public key in a secure way? There's no generic, scalable solution for this, but the problem is somewhat simplified because it only needs to be done rarely.”
“OpenSSH does support revocations, but revocation information can be difficult to communicate to all parties in a fast, reliable way.”
To me this reads "we propose you manage SSH access in a PKI fashion, only that there is no PKI."
“An SSH public key does not specify which host or user it belongs to, for example, whereas a certificate has a list of "principals" that it vouches for. A principal is a host or user name.”
I fail to find this disclosure desirable.
