jsch-agent-proxy - a proxy to ssh-agent and Pageant in Java
jsch-agent-proxy is a proxy program to OpenSSH's ssh-agent and Pageant included in PuTTY. It can be easily integrated into JSch, allowing users to use those programs for authentication. This software has been developed for JSch, but it can be easily applied to other ssh2 implementations in Java. This software is licensed under a BSD style license.
How to Try
Please refer to the README file.
Applications using jsch-agent-proxy
We are aware that the following applications use jsch-agent-proxy.
- JCTerm
- Apache Ivy
IVY-1421 SSH agent support for SSH and SFTP transports. - Apache Commons VFS
VFS-421 [SFTP] Configure a custom Identity Repository. - Net::SSH
Net::SSH is a pure Ruby implementation of an SSH (protocol 2) client, and has adopted jsch-agent-proxy for JRuby.
Download
- jsch-agent-proxy-0.0.7.zip
- The source code is hosted on GitHub.
Maven Repository
- jsch-agent-proxy has been available at the central Maven repository.
- Jar files have been signed with our PGP key, and our public key has been
located on hkp://pgp.mit.edu. You can get it with
$ gpg --keyserver hkp://pgp.mit.edu --recv-keys CA7FA1F0
Credits and Acknowledgements
jsch-agent-proxy has been developed by ymnk.
Comments/suggestions are accepted at ymnk@jcraft.com.