Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement: Allow specifying valid principals for SSH command CA mode #3920

Closed
rmbrad opened this issue Feb 6, 2018 · 1 comment
Closed

Comments

@rmbrad
Copy link
Contributor

rmbrad commented Feb 6, 2018

Feature Request:
Currently when specifying CA mode the vault SSH command will use the SSH username as the value for the principals field of the signed user certificate. This precludes the use of the AuthorizedPrincipalsFile SSHD config directive to accept principals that differ from the host user being logged in as.

This can be allowed by adding a valid-principal flag that enables the user to supply the list of valid principals for inclusion in the certificate. When the flag is not specified it can default to using the SSH username.

@rmbrad
Copy link
Contributor Author

rmbrad commented May 19, 2018

Fixed in #3922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant