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

ssh-tpm-agent: Add ssh-agent proxy functionality with -A #13

Merged
merged 2 commits into from
Aug 5, 2023

Conversation

Foxboron
Copy link
Owner

@Foxboron Foxboron commented Aug 2, 2023

Allows ssh-tpm-agent act as a proxy between multiple ssh-agent
compatible agents.

It will deliver all available signers, from itself and all proxies, to
the ssh server, and then pass the signing requests to all the agents.

Fixes: #9

Signed-off-by: Morten Linderud morten@linderud.pw

Signed-off-by: Morten Linderud <morten@linderud.pw>
Allows `ssh-tpm-agent` act as a proxy between multiple ssh-agent
compatible agents.

It will deliver all available signers, from itself and all proxies, to
the ssh server, and then pass the signing requests to all the agents.

Fixes: #9

Signed-off-by: Morten Linderud <morten@linderud.pw>
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 2, 2023 21:07 — with GitHub Actions Inactive
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 2, 2023 21:07 — with GitHub Actions Inactive
@Foxboron Foxboron temporarily deployed to Build, sign, release binaries August 2, 2023 21:07 — with GitHub Actions Inactive
@Foxboron
Copy link
Owner Author

Foxboron commented Aug 2, 2023

@stigtsp please take a look :)

@Foxboron Foxboron merged commit 81f5cef into master Aug 5, 2023
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

Successfully merging this pull request may close these issues.

ssh-agent proxy support
1 participant