jsch
jsch copied to clipboard
Mirror of JSch from JCraft.
Can I use it safely
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...
We get such a com.jcraft.jsch.JSchException: verify: false when we want to connect to an SshSession
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