On 10/09/2021 11:38, Damien Miller wrote:
But you don't actually need to load a certificate into an agent to
use it with an agent! You can just have the private key in the agent
and specify CertificateFile in ~/.ssh/config or on the command-line
and ssh will match the private key to the certificate when it is time
to use it (well, it should anyway).
That is true, but:
a. if you are generating the certificate dynamically, you have to write
it out to the filesystem. Usually not a problem if the certificate
fetch is scripted.
b. if you are doing multi-hop ssh logins with agent forwarding, you have
to copy the certificate file to all intermediate hosts. That's a bigger
pain.
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev