jsch icon indicating copy to clipboard operation
jsch copied to clipboard

Mirror of JSch from JCraft.

Results 46 jsch issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, only RSA format private keys are compatible with jsch. Are there any plans to supports the openssh key format? I'm willing to take a crack at a PR if...

Hi, I used spring integration sftp SftpRemoteFileTemplate to upload file. It uses internally jsch library, concretely I see version 0.1.54. To upload I use piping via PipeOutputStreamPipeInputStream, that means bytes...

known hosts file are easy to detect hashed or not. I know there is "HashKnownHosts" configuration. But I think it is better automatically determine known hosts file using hash or...

Hi , I got "java.lang.ArrayIndexOutOfBoundsException: null" when creating a ssh session: java.lang.ArrayIndexOutOfBoundsException: null at com.jcraft.jsch.Buffer.getByte(Buffer.java:148) at com.jcraft.jsch.Buffer.getString(Buffer.java:188) at com.jcraft.jsch.Session.read(Session.java:1003) at com.jcraft.jsch.UserAuthPassword.start(UserAuthPassword.java:91) at com.jcraft.jsch.Session.connect(Session.java:470) at com.guangyan.collect.jobhandler.utils.SshMmlClient.doConnect(SshMmlClient.java:207) the jsch version is 0.1.54,...

The exit status sometimes return -1 when i use jsch. Even though -1 is returned, the script executes normally. When exit status return -1, should I think the script executed...

Hi Team, We are getting com.jcraft.jsch.JSchException: verify: false exception Intermittently with latest version JSCH. Where it is claimed to fixed in 0.1.50. com.jcraft.jsch.JSchException: verify: false at com.jcraft.jsch.Session.connect(Session.java:307) at com.jcraft.jsch.Session.connect(Session.java:160) Please...

https://github.com/mwiede/jsch https://github.com/sschlib/sschlib