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

X11 forwarding doesn't work in my application based on the example X11.java. Then he reported an error net.schmizz.sshj.transport.TransportException: Socket closed at net.schmizz.sshj.transport.TransportImpl.write(TransportImpl.java:426) at net.schmizz.sshj.connection.channel.AbstractChannel.sendChannelRequest(AbstractChannel.java:380)

### Discussed in https://github.com/hierynomus/sshj/discussions/798 Hello, may I ask if there is any possibility to set maximum packet size for sftp upload? We are having problems with bad network connection in...

Split from #547 For consideration.

How can I get the size of a directory in bytes with SFTP/SCP to calculate copy progress

At first I thought the problem was in the busybox binary or my cell phone, but when I opened the ftp server in the ubuntu terminal I was able to...

Im trying to execute a "git clone" which will prompt for username and password. I currently have this: ```java try (var session = client.startSession()) { LOGGER.info("Cloning game repository on "...

Facing exception "Server closed connection during identification exchange" in kernel version "Linux 5.4.0-91-generic x86_64" with latest version of sshj 0.33.0 The above exception occurs for the following segment - LocalPortForwarder...

The JRE already contains a gzip implementation in `java.util.zip.*`, so we should be able to use that rather than relying on the external jCraft library.

Moin, X11 forwarding doesn't work in my application based on the example X11.java. 'X11 connection requested' by server until resources will be exhausted. System: Fedora 33, SSH-server: OpenSSH_8.4p1, OpenSSL 1.1.1k...

I am running a tail command on a file. The tail command does not have any output as there is no chnages in the file. After some time when I...