Add support for certificate auth.#122
Conversation
There was a problem hiding this comment.
Thanks for opening this pull request! Be sure to follow the pull request template!
|
I am a bot, here are the test results for this PR:
|
|
Thanks for the PR but that's too many env vars for a feature needed by so few. Plus, one can easily do this manually by dropping the one file into the config folder and editing one line in the sshd config to point to it. That would be persistent. If you really want automation, then it would be more appropriate to create a docker mod for it: https://mods.linuxserver.io/ |
|
Thank you for your quick reply, you are right. Would you be interested if I kept only I hesitated between a PR and a mod, but since most mods (all of them ?) were adding new packages and this patch was just related to openssh's configuration, it would better fit here. I was wrong, and I get it if it is better as a mod. |
Description:
Add Trusted User Certificate Authority support. It adds a wrapper around
TrustedUserCAKeys, just likePUBLIC_KEY.Benefits of this PR and context:
It would allow user certificate authentication.
How Has This Been Tested?
Source / References:
man 5 sshd_config, keyword "TrustedUserCAKeys":