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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable alternate ssh agents for step ssh on Windows #1186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drbrowen
Copy link

pipe. If present, use the pipe specified instead of the default. Allows interoperability with other ssh agents, such as pageant.

Name of feature:

Enable alternate ssh agents on Windows

Pain or issue this feature alleviates:

This fixes issue #1185
This parses windows openssh .ssh/config file to look for an alternate IdentityAgent and attempts to use this pipe instead of the default.

Why is this important to the project (if not answered above):

This enables alternate Windows Identity agents, such as Pageant, which eases integration into PuTTY and winscp

In what environments or workflows is this feature supported?

This enhances the Windows Openssh features.

Supporting links/other PRs/issues:

馃挃Thank you!

pipe. If present, use the pipe specified instead of the default.
Allows interoperability with other ssh agents, such as pageant.
@github-actions github-actions bot added the needs triage Waiting for discussion / prioritization by team label May 28, 2024
@hslatman hslatman self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting for discussion / prioritization by team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support parsing of the ssh config file on Windows so step-ssh can use multiple ssh agents
2 participants