protodep icon indicating copy to clipboard operation
protodep copied to clipboard

Add support for ssh-agent

Open n0v1 opened this issue 6 years ago • 6 comments

It looks like protodep currently requires direct access to the private ssh key. Would it be possible to add support for ssh-agent for authentication? go-git supports this cross-platform via function NewSSHAgentAuth.

Example usage: auth_method_test.go, clone.go

n0v1 avatar Apr 01 '20 15:04 n0v1

@n0v1 It's possible. This proposal is a good idea, so I will implement it soon.

stormcat24 avatar Apr 01 '20 15:04 stormcat24

@stormcat24 is there any news on this feature or a WIP? If not then I might be able to work on this sometime next week

hagaishapira avatar Jun 09 '20 09:06 hagaishapira

Any news on the ssh-agent support? Is anybody already working on it?

ksato9700 avatar Oct 31 '20 02:10 ksato9700

For anyone watching this issue, please see #51 for an implementation.

ewhauser avatar Oct 31 '20 20:10 ewhauser

@ewhauser @n0v1 @ksato9700 @hagaishapira

I'm sorry to have kept you waiting. This feature was released as 0.1.0. Thank you for your wonderful discussions and contributions!

stormcat24 avatar Nov 15 '20 17:11 stormcat24

You could close this github issue since you've shipped the feature. Thanks, very handy feature :)

ben-xD avatar Jul 05 '22 12:07 ben-xD