
net.sf.sshapi.impl.jsch.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sshapi-jsch Show documentation
Show all versions of sshapi-jsch Show documentation
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs. JSch is licensed under BSD style license.
Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/.
This library is the provider bridge for SSHAPI.
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an sshd server and
use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality
into your own Java programs. JSch is licensed under BSD style license.
Downloads and more information about JSch may be found at http://www.jcraft.com/jsch/.
Known Issues
- JSch does not actually support separate connect / authenticate
phases, so the connect() method does not actually connect to anything,
and no exceptions will be thrown. The actual connection occurs during
the authenticate() method.
- Again, because JSch does not actually support separate connect
/ authenticate phases, an accurate value for getRemoteIdentification()
will not be available until after authenticated.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy