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 Putty. It will be easily integrated into JSch, and users will be allowed to use those programs in authentications. This software has been developed for JSch, but it will be easily applicable to other ssh2 implementations in Java. This software is licensed under BSD style license.
How to Try
Please refer to README file.
Applications using jsch-agent-proxy
We have recognized that the following applications have used 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 souce code is hosted on GitHub.
Maven Repository
- JSch-agent-proxy has been available at the cenral maven repository.
- Jar files have been signed our PGP key, and our public key has been
located on hkp://pgp.mit.edu. You will be 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.