mina-sshd icon indicating copy to clipboard operation
mina-sshd copied to clipboard

Apache MINA sshd is a comprehensive Java library for client- and server-side SSH.

Results 95 mina-sshd issues
Sort by recently updated
recently updated
newest added

### Version 2.12.0 ### Bug description After the upgrade to 2.12.0, the query of remote files times out. [ ERROR] [2024-04-23 11:47:31.900] [177.209.11.83] [servicecomb-pool-1-thread-1] [com.huawei.csp.om.framework.component.sftp.impl.SftpClientImpl.ls(SftpClientImpl.java:410)] - org.apache.sshd.common.SshException: Timeout expired while...

### Version 2.11.0 ### Bug description We are currently transitioning from using JSCH to Apache Mina for our SFTP calls. My application requires high scalability and performance, as it handles...

### Version 2.12.1 ### Bug description Hello dear Apache SSHD team, I would like to have the apache sshd client connect through a SOCKS5 or HTTP Proxy. Based on the...

### Description Hi, I noticed there are quite a few uses of spinlocks (`synchronized` usage) within mina. Are there any plans to replace these with `ResourceLocks` to prevent thread pinning...

### Version 2.9.2 ### Bug description We are using Apache mina jars v2.9.2 in our application. Our customer on this version, reported the memory leak issue with the Apache mina...

### Phenomenon: Uploading and downloading files with mina-sshd is about twice as slow as JSCH ![企业微信截图_17198149038657](https://github.com/apache/mina-sshd/assets/109063690/e4138e25-44ad-40fa-a33e-e1033b44d6aa) ### Code: #### Mina-sshd ##### Dependency ```xml org.apache.sshd sshd-core 2.13.0 org.apache.sshd sshd-common 2.13.0 org.apache.sshd...

### Version sshd-core 2.12.0 ### Bug description Hello, I am using sshd-core to interact with some hardware devices. My code is structured as follows: ```java public abstract class BaseSshSessionSender extends...

### Version 2.9.2 ### Bug description I'm not able to run power shell command in background as like linux(using nohup and &) if i use start-job as a part of...

### Description The _executeRemoteCommand_ API in ClientSession needs a configurable timeouts since the default behavior is to try and run the commands indefinitely (correct me if I am wrong here)...