SSHv2 library for Java providing client-side SSH, SFTP, and SCP functionality.
<dependency>
<groupId>com.hierynomus</groupId>
<artifactId>sshj</artifactId>
<version>0.40.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connect to an SSH server and authenticate.
Call client.loadKnownHosts() or client.addHostKeyVerifier() before connecting.
No dependency data recorded yet.