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

Puppeth: use ssh-agent instead of reading from file #22623

Closed
lightclient opened this issue Apr 6, 2021 · 2 comments · Fixed by #22634
Closed

Puppeth: use ssh-agent instead of reading from file #22623

lightclient opened this issue Apr 6, 2021 · 2 comments · Fixed by #22634

Comments

@lightclient
Copy link
Member

Reading ssh keys from file doesn't work for users who rely on ssh-agent to manage their keys (e.g. through gpg). Therefore, it would be great to use ssh-agent to authenticate sessions instead of a key file. It appears the go ssh library has a agent client that would allow for this.

@ligi
Copy link
Member

ligi commented Apr 8, 2021

We would like to see a PR with the feature if it is not too complex (max 100 lines diff)

@lightclient
Copy link
Member Author

@ligi ask and ye shall receive.

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

Successfully merging a pull request may close this issue.

2 participants