java-jsch 0.1.55
Pure Java implementation of SSH2
JSch is a pure Java implementation of SSH2. JSch allows you to connect to an SSH server and use port forwarding, X11 forwarding, file transfer, etc., and you can integrate its functionality into your own Java programs.
- Outputs:
out
- Website: http://www.jcraft.com/jsch/
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-jsch 0.1.55
as follows:
guix install java-jsch@0.1.55
Or install the latest version:
guix install java-jsch
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.