sshj icon indicating copy to clipboard operation
sshj copied to clipboard

ssh, scp and sftp for java

Results 180 sshj issues
Sort by recently updated
recently updated
newest added

While trying to build a GraalVM native image of a project with SSHJ as dependency, and running it to create an SSH connection with whatever equipment, the SSH handshake fails...

I tried closing Session and it's streams individually but it always fails to close it immediately when I try to use same connection for multiple Sessions. If I add a...

I understood that it was fixed but the fix does not exists in the latest mvn release 0.35.0 Currently the upload speed using RemoteFileOutputStream is VERY slow!

When using a RSA _unencrypted_ private key (no passphrase), version 0.32.0 works fine but on version 0.33.0 onwards fails authenticating. Also I tested with an SFTP server that uses `ssh-dss`...

Migrating form Jcsh to SSHJ, I do not want to write a temporary file, I need to get a file to an InputStream and to put a file from an...

We use the sshj library in our Java 11/Tomcat 9 environment and it works quite fine! But after a redeploy of the web application in Tomcat we ran into the...

# What I want to do Using the `SFTPClient` class, I would like to be able to download a source file from the SFTP server and **append all** of its...

If this can generate public and private key pairs

I'd be great if the library supplied a full Java module descriptor. It's possible to keep bytecode baseline compatible with Java 8 while providing a full module descriptor thanks to...

Multiplexing using the OpenSSH binary creates a socket file. I don't see sshj creating this file. Am I using sshj wrong? I can't get multiplexing to work across jvm shutdowns....