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

I've been looking around for a SSH library that supports dynamic port forwarding. Already tried Ganymed SSH-2, but they only support Local and Remote forwarding. Also, i have been searching...

feature

Hello all, I am getting the `Exhausted available authentication methods` exception while trying to create the SSHClient for SFTP using publickey authentication. Below is the code I am using: ```...

Since v8.2p1 OpenSSH supports FIDO hardware authenticators (e.g. Yubikey) with the key types “ecdsa-sk” and “ed25519-sk", and use of FIDO key is a security requirement in certain situations. Is FIDO...

feature

Hey there, I've been using sshj for some time, thanks for such nice tool and continue on your improvements! I encounter a problem when I try to use ecdsa-sha2-nistp521 key....

I am trying to read a file from a SFTP data source using SFTPClient version 0.31.0. The code works locally and on an integration environment. But in production I get...

Hi, I would like to use SFTP Client with the sudo user. The connected user will not have execute permission but through sudo user it can access sftp command. Is...

I am currently writing an application that involves connecting to an Amazon EC2 instance and then using SSHJ to tunnel RMI over SSH. I managed to get the port forwarding...

I am running into a frequent issue where the heartbeat thread does not get interrupted properly when close my SSHClient object. This happens often when the sshClient.connect is refused (I...

Found this bug while trying out 0.32.0 - 0.31.0 still works. Assuming reusing sshClient for multiple commands is a legitimate use case. Distilled it to the following code snippet that...

Hello @hierynomus , I need support to get the output of a tar command directly on my host machine without the need to save the large file on the target....