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

Are there plans to support AuthorizedKeysCommand? #9

Closed
dannytech opened this issue Mar 6, 2023 · 2 comments
Closed

Are there plans to support AuthorizedKeysCommand? #9

dannytech opened this issue Mar 6, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dannytech
Copy link

Thanks for this project, it's a nice improvement over pam_ssh_agent_auth, since it properly supports -sk keys. The one thing that seems to be missing is a form of AuthorizedKeysCommand, which makes it possible to integrate SSH with an external data source (e.g. AD/OpenLDAP/similar or a solution like privacyIdea). pam_ssh_agent_auth does support both an authorized_keys_command and authorized_keys_command_user parameter to run a command which fetches the SSH keys for a provided user. The command is run as the user in authorized_keys_command_user and is supplied with a single argument, the username, and then emits to stdout the SSH keys in authorized_keys format (see the pam_ssh_agent_auth manpage).

@z4yx z4yx added the enhancement New feature or request label Mar 18, 2023
@z4yx
Copy link
Owner

z4yx commented Mar 18, 2023

It sounds like a useful feature. But recently I don't have time for new feature development. I may implement this later.

@z4yx
Copy link
Owner

z4yx commented Jul 3, 2023

@dannytech Feature has been implemented in v1.1.0

@z4yx z4yx closed this as completed Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants