Using certificates for SSH authentication
Using certificates for SSH authentication
Posted Nov 9, 2022 21:49 UTC (Wed) by mjg59 (subscriber, #23239)In reply to: Using certificates for SSH authentication by amarao
Parent article: Using certificates for SSH authentication
You can use AuthorizedPrincipalsCommand for this, with a bootstrap user - when a user tries to log in as the bootstrap user, extract the user principal from the certificate, create the user, and then exit. The user can now log in. It's a little cumbersome, but it works.
