Jeremy Norris
Jeremy Norris
JSch has SFTP client functionality.
@mwiede I wonder if we should expand the capabilities of the system properties to support similar syntax as you added for the OpenSSH config? That way users could append (`+`),...
Yes, setting up a Wiki page would be a great idea. I'm also wondering if we could improve the `Algorithm negotiation fail` exception thrown, to better detail to the user...
Hi @ihudedi, Currently we don't currently support writing ssh-ed25519 / ssh-ed448 type private keys to a file, since they are only supported with the [openssh-key-v1](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key) type format, which is currently...
Hi @ihudedi, The [openssh-key-v1](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.key) format is a private key file format that was first introduced in [OpenSSH 6.5](https://www.openssh.com/txt/release-6.5). As I stated earlier, JSch currently does not support persisting private keys...
Hi @nsanjay12, Are you able to replicate this issue with the most recent JSch release: 0.2.1? Thanks, Jeremy
Hi @nsanjay12, It would also be helpful for you to enable and capture logging output. The 0.2.1 release includes a few built-in loggers for various frameworks, see `JplLogger`, `JulLogger`, `Log4j2Logger`...
HI @nsanjay12, It's tough to tell with such an old version (note that 0.1.55 is a release prior to this particular fork). When you say that you are getting an...
Hi @nsanjay12, Unfortunately, this JSch fork only supports Java 8+. And since 0.1.55 is release from prior to this particular fork, I'm not sure how much help we can provide....
Hi @ihudedi, It appears the Bouncy Castle FIPS releases are not freely available, so it is unlikely we would be able to correct this issue. You are welcome to submit...