Is this a new feature request?
Name of mod
I was thinking about "trusted-ca", for "openssh-server".
Wanted change
I would like to allow users to connect using ssh certificates instead of ssh keys (using the sshd configuration "TrustedUserCAKeys"), and keep the same logic as the public key, which can be passed as an environment variable.
Reason for change
Smoother deployment, avoid creating a mountpoint to add one line of configuration in sshd_config.d.
Proposed code change
Yes: https://github.com/Koalab99/docker-mods/tree/openssh-server-trusted-ca
Is this a new feature request?
Name of mod
I was thinking about "trusted-ca", for "openssh-server".
Wanted change
I would like to allow users to connect using ssh certificates instead of ssh keys (using the sshd configuration "TrustedUserCAKeys"), and keep the same logic as the public key, which can be passed as an environment variable.
Reason for change
Smoother deployment, avoid creating a mountpoint to add one line of configuration in
sshd_config.d.Proposed code change
Yes: https://github.com/Koalab99/docker-mods/tree/openssh-server-trusted-ca