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.11.0 ### Bug description Java远程银河麒麟V10服务器时,首先可以确定的是密码是对的,而且服务器也开启了密码验证登录,并且通过Xshell工具可以访问。现在通过mina-sshd连接时,抛出了异常,如下: (When attempting to connect to a Kylin V10 server remotely using Java, it is certain that the password is correct, and password-based authentication...

### Description I need to handle multiple users and multiple commands from each user. For example multiple clients are executing put command to the SFTP server, in this case, I...

### Version 2.6.0 ### Bug description When the mina ssh client uses the domain name to request the cluster ssh server, the ssh client does not achieve load balancing. ###...

feature request

### Description Mina SSH Server should have a way to handle multi-factor authentication using a generic mecanism that will be implemented as need (Google Auth, Authy, ...) ### Motivation This...

### Version 2.11 ### Bug description Pretty often, when the client connects to Mina SSHD server via some ISPs, the connection got stuck. Mine investigation so far brought to lost...

### Version 2.10.0 ### Bug description When using the SCP client to upload a file to a remote location that does not exist a `WindowClosedException` is raised instead of a...

### Description When I set up a bash connection and execute a command, the command echoes are wrapped in characters. an example: cat /proc/version ESC:[?2004l Linux version xxx. ESC[?2004h I...

### Description I am using MINA SSHD as part of Spring Integration 6.0.1 since it replaced the JSch SSH implementation there. However, I was using an HTTP proxy to connect...

feature request

### Description Does the sftp server implemented by ssh-sftp have a speed-limited function? If so, how should I limit the transmission rate for different users, such as upload rate and...

### Version 2.10.0 ### Bug description From the [mailing list](https://www.mail-archive.com/[email protected]/msg07002.html): Attached code causes circa 50 exceptions: ``` public static void main(String[] args) throws Exception { for (int i = 0;...