|
|
|
|
|
by otterley
2876 days ago
|
|
I think I need some more information. What I'd like to do is to have a signed certificate that only lets me into the "otterley" account on the remote host, while not letting "jsmith" into my account (only hers) or vice versa. My understanding of CA principals is that they identify the user or role that requested the signing, but not necessarily the login ID on the server that is allowed to be logged into. Ideally there'd be a 1:1 mapping between the principal and the login ID on the server. I think there's some sshd configuration that needs to be done, but I haven't seen any clear instructions for doing so. Do you know how to accomplish this? |
|
https://linux-audit.com/granting-temporary-access-to-servers...
And re-read the (imnho rather obtuse) ssh-keygen man pages.
[ed: and maybe this too: https://framkant.org/2017/07/scalable-access-control-using-o... ]