jsch
jsch copied to clipboard
fork of the popular jsch library
Hi, I would like to know if jsch support in accessing virtual folder in sftp server. Thanks, Itay.
Inappropriate logging "Caught an exception, leaving main loop due to Socket closed" on disconnect
If I provide a logger accepting severity >= INFO via com.jcraft.jsch.JSch#setLogger it always reports the mentioned "Caught an exception, leaving main loop due to Socket closed" on disconnect" message after...
Hi! As some of the algorithms has been removed in newer versions of Jsch some of our customers have been reporting troubles in connecting to their servers when upgrading our...
Hi, I'm using a Windows virtual machine in Linux. That's to say, **Linux is a client while Windows VM is a server**. I use JSch to set up an SSH...
Hi, I am tying to create keypair using KeyPair.genKeyPair After that I am trying to save the public private key in local machine but the method kpair.writePrivateKey failed in UnsupportedOperationException...
Caused by: com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: End of IO Stream Read at com.jcraft.jsch.Session.connect(Session.java:565) at com.jcraft.jsch.Session.connect(Session.java:183) at com.eibus.applicationconnector.ftp.CordysSFTPClient.connectOnce(CordysSFTPClient.java:124) at com.eibus.applicationconnector.ftp.CordysSFTPClient.connect(CordysSFTPClient.java:64)
Hi, I tried to use ssh-ed25519 as my server_host_key but it's failing due to the fact that jcsh use hard codes files from bouncy castle and some packages are different...
Do we want to try to add [Qodana Scan](https://www.jetbrains.com/help/qodana/qodana-github-action.html) to the project?
There are approx. 150 to 180 vulnerabilities reported by coverity SAST tool from low to high risk. Some high risks are following: 1.Cleartext transmission of sensitive data (SENSITIVE_DATA_LEAK) in session.connect()....
com.jcraft.jsch.JSchException: java.lang.ClassNotFoundException: com.jcraft.jsch.jce.XDH jdk1.8 使用jsch连接失败问题 请问怎么处理