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 Agent integration #33

Closed
hugoduncan opened this issue Sep 23, 2011 · 8 comments
Closed

SSH Agent integration #33

hugoduncan opened this issue Sep 23, 2011 · 8 comments
Labels

Comments

@hugoduncan
Copy link

Is there any interest in providing ssh agent integration, similar to that provided by Mina? This requires some sort of native library to access the unix socket (Mina use the apache runtime I believe), so would probably need to be made optional.

Any thoughts?

@jclouds
Copy link

jclouds commented Oct 24, 2011

+1 we'd really like this to work

@shikhar
Copy link
Contributor

shikhar commented Nov 10, 2011

Agreed, would be neat to have. https://github.com/mcfunley/juds is also an option for unix domain sockets.

@hugoduncan
Copy link
Author

This looks promising https://github.com/ymnk/jsch-agent-proxy

@ymnk
Copy link

ymnk commented Apr 25, 2013

I have gotten a pull request related to this issue,

https://github.com/ymnk/jsch-agent-proxy/pull/7

but I don't have enough time to review it.
It is helpful if somebody on the sshj community check it out.

At the glance, it seems to me that it is only for the authentication,
and there is not a method to push private keys to ssh-agent. Is it OK?

@ymnk
Copy link

ymnk commented May 15, 2013

FYI, the contribution by liff ymnk/jsch-agent-proxy#7 has been merged to jsch-agent-proxy,
so sshj will be able to run with ssh-agent by using it. Refer to its example, https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/SshjWithAgentProxy.java

@hierynomus
Copy link
Owner

This seems to be solved? Correct, if so, closing it soon...

@dkocher
Copy link
Contributor

dkocher commented Apr 21, 2015

I can confirm that the combination with the jsch-agent-proxy is working. I propose to close this issue.

@hierynomus
Copy link
Owner

Closing :)

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

No branches or pull requests

5 participants