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

### Description We did the basic setup for apache mina sshd server and set the FileSystemFactory of sshd (Ex: sshd.setFileSystemFactory(new SftpClientFileSystemFactory());) to connect to remote sftp server. Its working fine...

### Version 2.12.1 ### Bug description If a BouncyCastleGeneratorHostKeyProvider is set in SshServer.setKeyPairProvider, the generated EC host key cannot be read by Mina's ECDSA PEM reader and a new key...

### Description Which version of mina-ssh is compatible with openjdk21? ### Motivation openjdk21 support ### Alternatives considered _No response_ ### Additional context _No response_

### Description Implement key-based SFTP authentication via file system provider, without specifying `user:password@host:port/path/to/file`, but just `user@host:port/path/to/file`. ### Motivation I'm trying to extend Apple's pkl-lang project by allowing to load remote...

### Version 2.12.1 ### Bug description The mina plugin attempts work out if EdDSA is supported using a different classloader than it actually uses for using `EdDSASecurityProviderUtils` leading to `ClassNotFoundExceptions`...

When using using registar created for BCFIPS (which means any BC classes are available within the class path). I got ``` java.lang.IllegalArgumentException: BouncyCastle not registered at PluginClassLoader for mina-sshd-api-common//org.apache.sshd.common.util.ValidateUtils.createFormattedException(ValidateUtils.java:213) at...

### Version 2.13.2 ### Bug description When using using registar created for BCFIPS (which means any BC classes are available within the class path). I got ``` java.lang.IllegalArgumentException: BouncyCastle not...

### Version 2.13.2 ### Bug description Triggering the port after a successful access forwarding. ### Actual behavior The R connection is directly disconnected. ### Expected behavior I hope to fix...

Hello, I'm using the following JGit and Apache MINA dependencies in my project: ``` implementation "org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r" implementation "org.eclipse.jgit:org.eclipse.jgit.ssh.apache:6.10.0.202406032230-r" implementation "org.apache.sshd:sshd-git:2.13.1" ``` I've created a default `org.apache.sshd.client.SshClient` with: `SshClient sshClient =...

See https://spdx.org/licenses/Apache-2.0.html.