jsch icon indicating copy to clipboard operation
jsch copied to clipboard

fork of the popular jsch library

Results 114 jsch issues
Sort by recently updated
recently updated
newest added

Hi Jsch experts, This is Peter from China. First of all, thanks a lot for maintaining this project. It is really a great thing. We are going to use Jsch...

The log message upon receiving SSH_MSG_UNIMPLEMENTED after a DHEC key exchange is a bit confusing. Many users think that the exchange has failed. These changes should make the process of...

In the Readme states the below - JumpHosts.java This program will demonstrate SSH through jump hosts. but the JumpHosts.java file is missing in the examples directory. c

I encountered an exception while using SFTP to read files from the SUSE Linux server: “4 at com.jcraft.jsch.ChannelSftp._get(ChannelSftp.java:1184)_ at com.jcraft.jsch.ChannelSftp.get(ChannelSftp.java:1030)_ at com.jcraft.jsch.ChannelSftp.get(ChannelSftp.java:1008)_ ” . What confuses me is that the...

Existing (password) connections fail against some sFTP-server (brands?) after upgrading the JSch library from 0.2.11 to 0.2.16. Debugging shows that after the key exchange is negotiated and the new keys...

Hello, Although I have been used jsch-0.1.54 and I changed jsch-0.2.12 this time, I get this error very often. Dec 26 17:02:29 linux sshd[1676]: channel_by_id: 0: bad id: channel free...

Team, I'm getting the following stack trace when using an SSH key to connect to the target server (actually, an outdated one, for which I had to enable `ssh-rsa` "stuff"....

I'm working with the original Jsch library (com.jcraft.jsch v. 0.1.55) to send and receive files to an sftp server I switched to the library (com.github.mwiede.jsch, v. 0.2.16) but I've an...

Does anyone know why this may be the case? **rsa sha1 succeeds (I want rsa-sha2 to succeed)** Connecting to port 22 Connection established Remote version string: SSH-2.0-OpenSSH_8.7 Local version string:...

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions