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

- Organize imports and remove unused imports. - Remove unneeded implements statements. - Remove unused local variables. - Skip flatten-maven-plugin during CI tests. - Expand wildcard imports in order to...

Hey everyone, I'm not a linux or SSH expert so please apologis my question: Is it technically possible to get file information (and dirs, etc.) the [`ls`](https://github.com/mwiede/jsch/blob/master/src/main/java/com/jcraft/jsch/ChannelSftp.java#L1547) in an ordered...

Hello, Thanks for maintaining this fork and keeping Jsch alive. Do you have the full list of config changes needed to maintain full backwards compatibility with original Jsch with also...

Hello, I noticed there are several SFTP extensions (SSH_FXP_EXTENDED) https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-09#section-9.1.1 https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-09#section-9.1.2 to ensure file integrity using checksum hash algorithm. Can this be called using JSCH? Thanks, Avner

Hi, In some modern security architectures that do not allow clients to export the SSH private key, jsch which requires providing the private key string is somewhat insecure. I'm wondering...

When trying to switch the order of `PubkeyAcceptedAlgorithms` we ran into an issue where the preauth succeeds yet the actual authentication attempts fails. We had the following observations : ```...

``` kex: algorithm: diffie-hellman-group-exchange-sha256 kex: host key algorithm: ssh-rsa kex: server->client cipher: aes128-ctr MAC: hmac-sha2-256 compression: none kex: client->server cipher: aes128-ctr SSH_MSG_KEX_DH_GEX_REQUEST(2048

SOCKS proxy support, like 'ssh -D' I'd like to create a SOCKS proxy from an accessible SSH server.

enhancement

Hi, Does jsch support sftp V6? Which sftp version does sftp support? Thanks, Itay

question

JSch always throws the same checked exception for any errors. In some cases that is fine, but in others it is a pain. Specifically, when connecting to a host, it...

enhancement