Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 9, 2022 22:07 UTC (Wed) by unBrice (subscriber, #72229)In reply to: Using certificates for SSH authentication by amarao
Parent article: Using certificates for SSH authentication
I think you should be able to provision them dynamically with a custom AuthorizedPrincipalsCommand, no? Google (Disclaimer: my employer) uses a custom AuthorizedPrincipalsCommand to allow limiting the scope of a user key without needing to provision a certificate for each machine. This is a slightly different problem but a related one. Code is on GitHub
