Registry / networking / jsch
library0.1.55javamavenunverified

A pure Java implementation of SSH2, enabling secure shell connections and file transfers.

<dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1.55</version> </dependency>
INSTALL
IMPORT
SIG · JSCH
J
jsch
networkingjavav0.1.55
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JSch
com.jcraft.jsch.JSch

Minimal example creating a JSch instance.

import com.jcraft.jsch.JSch; public class Example { public static void main(String[] args) throws Exception { JSch jsch = new JSch(); System.out.println("JSch session created"); } }
Debug
Known issues
breakingJSch has known security vulnerabilities in older versions; always use the latest version.
fix
Update to version 0.1.55 or later to mitigate known issues.
affects: <0.1.55
Upgrade
Version history
0.1.55latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
jsch — mvn dependency:get jsch · libregistry