[GitHub] [mina-sshd] tomaswolf commented on issue #321: How to: create sshclient with a private key

2023-03-18 Thread via GitHub
tomaswolf commented on issue #321: URL: https://github.com/apache/mina-sshd/issues/321#issuecomment-1474984149 You can add a private key to the session, before authenticating. Or use a HostConfigEntry that specifies a key file. The CLI program in sshd-cli is not a fully featured repla

[GitHub] [mina-sshd] tomaswolf commented on issue #335: direct-tcpip

2023-03-18 Thread via GitHub
tomaswolf commented on issue #335: URL: https://github.com/apache/mina-sshd/issues/335#issuecomment-1474974173 This is the issue tracker about Apache MINA sshd, a Java implementation of client and server-side SSH. It is not about openSSH. If you want to know how it's implemented in openSSH,

[GitHub] [mina-sshd] tomaswolf closed issue #335: direct-tcpip

2023-03-18 Thread via GitHub
tomaswolf closed issue #335: direct-tcpip URL: https://github.com/apache/mina-sshd/issues/335 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubs

[GitHub] [mina-sshd] tomaswolf commented on issue #332: sftpclient successfully creates a directory, but an exception is thrown. What is the problem

2023-03-18 Thread via GitHub
tomaswolf commented on issue #332: URL: https://github.com/apache/mina-sshd/issues/332#issuecomment-1474973570 The server replied with a failure response, so you should check on the server side whether it logged anything. -- This is an automated message from the Apache Git Service. To res

[GitHub] [mina-sshd] tomaswolf commented on issue #324: How to add KeyExchangeFactories using sshd-core 2.8 version

2023-03-18 Thread via GitHub
tomaswolf commented on issue #324: URL: https://github.com/apache/mina-sshd/issues/324#issuecomment-1474973088 No "security violation" here. Cut the alarmism. Take a look at `BuiltInDHFactories` and `ClientBuilder.DH2KEX` or `ServerBuilder.DH2KEX`. I don't think there is any implement

[jira] [Resolved] (SSHD-1321) Cannot read ed25519 privatekey created using bouncy castle and eddsa-0.3.0.jar

2023-03-18 Thread Thomas Wolf (Jira)
[ https://issues.apache.org/jira/browse/SSHD-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Wolf resolved SSHD-1321. --- Resolution: Duplicate {quote}This needs to be immediately addressed. We are blocked because of this.

[GitHub] [mina-sshd] tomaswolf commented on issue #327: Cannot read ed25519 privatekey created using bouncy castle and eddsa-0.3.0.jar

2023-03-18 Thread via GitHub
tomaswolf commented on issue #327: URL: https://github.com/apache/mina-sshd/issues/327#issuecomment-1474958032 Use `SecurityUtils.getKeyPairResourceParser()`. Bouncy Castle appears to have problems with that format; see bcgit/bc-java#1238 and bcgit/bc-java#1350. -- This is an automated me

[GitHub] [mina-sshd] 2tu commented on issue #294: Memory Leak in SftpFileSystemProvider

2023-03-18 Thread via GitHub
2tu commented on issue #294: URL: https://github.com/apache/mina-sshd/issues/294#issuecomment-1474875952 I switched to SftpClient and it's working normally now. in **_ThreadPool_** use Bad ```java public String downloadFile(String path) { try (ClientSes

[GitHub] [mina-sshd] HannesWell commented on pull request #336: Adapt OSGi metadata of sshd.osgi to work with slf4j-api 1 and 2

2023-03-18 Thread via GitHub
HannesWell commented on PR #336: URL: https://github.com/apache/mina-sshd/pull/336#issuecomment-1474829211 @tomaswolf or @gnodet could you please review this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [mina-sshd] HannesWell opened a new pull request, #337: Remove obseolte o.e.m2e:lifecycle-mapping pseudo plugin configuration

2023-03-18 Thread via GitHub
HannesWell opened a new pull request, #337: URL: https://github.com/apache/mina-sshd/pull/337 Since Eclipse m2e 2.2.0 unknown mojos are executed by default: https://github.com/eclipse-m2e/m2e-core/blob/master/RELEASE_NOTES.md#mojos-without-a-mapping-are-now-executed-by-default-in-incremental

[GitHub] [mina-sshd] HannesWell opened a new pull request, #336: Adapt OSGi metadata of sshd.osgi to work with slf4j-api 1 and 2

2023-03-18 Thread via GitHub
HannesWell opened a new pull request, #336: URL: https://github.com/apache/mina-sshd/pull/336 SSHD-Mina seems to be compatible with slf4j 1.7.x and 2.0.x. At least my local build (`mvn clean verify`) succeed without errors. I only had to disable the license check for slf4j.api. Please le

[GitHub] [mina-sshd] 2tu commented on issue #294: Memory Leak in SftpFileSystemProvider

2023-03-18 Thread via GitHub
2tu commented on issue #294: URL: https://github.com/apache/mina-sshd/issues/294#issuecomment-1474815774 @tomaswolf I use ThreadPool upload many files. sftp version:2.9.3-SNAPSHOT Using the 2.9.3-SNAPSHOT, still unable to release. ![image](https://user-images.githubusercont