|
|
|
|
|
by rantanplan
1545 days ago
|
|
Yes, SSH certificates are the way to go and pretty easy to set up. But what these articles fail to address is the user management aspect. For the SSH certificate to be accepted, the unix user must first be present on the system. As far as I can understand, FreeIPA(or similar LDAP systems) cannot be used in conjunction with SSH certs. Whereas SSH keys are supported by these systems. Can anyone provide any insight/experience with this? |
|
You can define principals when allowing a CA via authorized_keys, or you can configure allowed principals globally using sshd_config directives like AuthorizedPrincipals* .