Re: [VOTE] Release Apache MINA SSHD 2.13.1

2024-06-24 Thread Guillaume Nodet
Closing this vote with 4 +1s. I'll publish the release asap. Guillaume Le jeu. 20 juin 2024 à 22:58, Guillaume Nodet a écrit : > Hey, > > I've staged a candidate release for an SSHD 2.13.1 release. > This release does not contain any code changes, the only commit is to fix > the release

Re: [VOTE] Release Apache MINA SSHD 2.13.1

2024-06-24 Thread Guillaume Nodet
+1 Le jeu. 20 juin 2024 à 22:58, Guillaume Nodet a écrit : > Hey, > > I've staged a candidate release for an SSHD 2.13.1 release. > This release does not contain any code changes, the only commit is to fix > the release process. The 2.13.0 has reached central, but it did not contain > any

Re: [VOTE] Release Apache MINA SSHD 2.13.1

2024-06-21 Thread jgenender
+1 Jeff > On Jun 21, 2024, at 4:35 AM, Emmanuel Lécharny wrote: > > My +1 > > Built from source, checked teh ASC signature. > > All good for me. > > Thanks Guillaume! > > On 21/06/2024 01:09, Gary D. Gregory wrote: >> +1 >> Built 'mvn clean verify' the from src zip (ASC OK, SHA512 OK)

Re: [VOTE] Release Apache MINA SSHD 2.13.1

2024-06-21 Thread Emmanuel Lécharny
My +1 Built from source, checked teh ASC signature. All good for me. Thanks Guillaume! On 21/06/2024 01:09, Gary D. Gregory wrote: +1 Built 'mvn clean verify' the from src zip (ASC OK, SHA512 OK) using: Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) Maven home:

Re: [VOTE] Release Apache MINA SSHD 2.13.1

2024-06-20 Thread Gary D. Gregory
+1 Built 'mvn clean verify' the from src zip (ASC OK, SHA512 OK) using: Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256) Maven home: C:\java\apache-maven-3.9.8 Java version: 17.0.11, vendor: Eclipse Adoptium, runtime: C:\Program Files\Eclipse Adoptium\jdk-17.0.11.9-hotspot Default

Re: Missing source files for SSHD 2.13.0 release

2024-06-20 Thread Guillaume Nodet
Le jeu. 20 juin 2024 à 17:54, Emmanuel Lécharny a écrit : > Can't you just cancel the 2.13.1 and redo the exact same release? > 2.13.0 has been published to maven central. That's how someone saw the problem, after being synced to central. So I need to do a 2.13.1. > In any case, your commit

Re: Missing source files for SSHD 2.13.0 release

2024-06-20 Thread Emmanuel Lécharny
Can't you just cancel the 2.13.1 and redo the exact same release? In any case, your commit is not a code commit, so voting the release can be quickly done (maybe asking for a 24h vote instead of 3days could help). On 19/06/2024 21:55, Guillaume Nodet wrote: During the release, I experienced

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-19 Thread Guillaume Nodet
+1 I'll close the vote and upload the release now. Guillaume Le mer. 19 juin 2024 à 03:08, Gary Gregory a écrit : > What this vote wrapped up? > > Gary > > On Thu, Jun 13, 2024 at 6:14 PM wrote: > > > > +1 > > > > Jeff > > > > > > > On Jun 13, 2024, at 8:54 AM, Emmanuel Lécharny > wrote: >

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-18 Thread Gary Gregory
What this vote wrapped up? Gary On Thu, Jun 13, 2024 at 6:14 PM wrote: > > +1 > > Jeff > > > > On Jun 13, 2024, at 8:54 AM, Emmanuel Lécharny wrote: > > > > My +1: > > - checked the signature > > - checked the N files > > - built from source > > > > One side note: on my new M3 mac, the > >

Re: [I] how to set apache mina sshd io thread count? [mina-sshd]

2024-06-16 Thread via GitHub
coderZoe commented on issue #518: URL: https://github.com/apache/mina-sshd/issues/518#issuecomment-2172226499 well,I have discovered another issue: there is a memory leak when reconnecting the client. Here is an example: I register a listener for each session to monitor if the

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread jgenender
+1 Jeff > On Jun 13, 2024, at 8:54 AM, Emmanuel Lécharny wrote: > > My +1: > - checked the signature > - checked the N files > - built from source > > One side note: on my new M3 mac, the > org.apache.sshd.common.cipher.ArcFourOpenSshTest test never finishes. > > I will relaunch the tests

Re: [I] OpenJDK 21 comptibility [mina-sshd]

2024-06-13 Thread via GitHub
tomaswolf commented on issue #515: URL: https://github.com/apache/mina-sshd/issues/515#issuecomment-2166818918 Why do you ask? Did you run into a problem on Java 21? We have no CI tests against Java 21 yet, but I would expect any version to work on Java 21. -- This is an automated

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Thomas Wolf
On 12.06.24 17:53 , Guillaume Nodet wrote: I've staged a candidate release for an SSHD 2.13.0 release at: [...] Thanks, Guillaume! +1 Since other people have tested other things already, I only checked: * Class files have class version 52 (Java 8), as expected * JGit tests run fine when

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Thomas Wolf
On 13.06.24 16:54 , Emmanuel Lécharny wrote: My +1: - checked the signature - checked the N files - built from source One side note: on my new M3 mac, the org.apache.sshd.common.cipher.ArcFourOpenSshTest test never finishes. I will relaunch the tests to be sure, but it works just fine on my

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Gary D. Gregory
+1 Tested src zip file, ASC OK (gpg --verify'), SHA512 eyeballed OK (but couldn't use 'shasum --check') OK: mvn clean verify Would you please remind at the next go around us to turn off VPNs? Also point to the KEYS file :-) The build took 33 minutes. Is that normal? My build output is here:

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Thomas Wolf
On 13.06.24 19:55 , Gary D. Gregory wrote: +1 Tested src zip file, ASC OK (gpg --verify'), SHA512 eyeballed OK (but couldn't use 'shasum --check') OK: mvn clean verify Would you please remind at the next go around us to turn off VPNs? Also point to the KEYS file :-) The build took 33

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Gary D. Gregory
Found the KEYS file: https://archive.apache.org/dist/mina/KEYS Gary On 2024/06/13 16:12:58 "Gary D. Gregory" wrote: > Can you please point to our KEYS file so I don't have to hunt it down every > time ;-) > > Gary > > On 2024/06/12 15:53:23 Guillaume Nodet wrote: > > I've staged a candidate

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Emmanuel Lécharny
My +1: - checked the signature - checked the N files - built from source One side note: on my new M3 mac, the org.apache.sshd.common.cipher.ArcFourOpenSshTest test never finishes. I will relaunch the tests to be sure, but it works just fine on my old Intel mac. (Java 11 on both computers)

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Gary D. Gregory
Can you please point to our KEYS file so I don't have to hunt it down every time ;-) Gary On 2024/06/12 15:53:23 Guillaume Nodet wrote: > I've staged a candidate release for an SSHD 2.13.0 release at: > Official staging repo: > https://dist.apache.org/repos/dist/dev/mina/sshd/2.13.0/ > Maven

Re: [VOTE] Release Mina SSHD 2.13.0

2024-06-13 Thread Gary D. Gregory
Can you please point to our KEYS file so I don't have to hunt it down every time ;-) Gary On 2024/06/12 15:53:23 Guillaume Nodet wrote: > I've staged a candidate release for an SSHD 2.13.0 release at: > Official staging repo: > https://dist.apache.org/repos/dist/dev/mina/sshd/2.13.0/ > Maven

Re: Release Apache MINA SSHD 2.13.0?

2024-06-10 Thread Guillaume Nodet
Yes, I'll do that tomorrow ! Le lun. 10 juin 2024 à 18:00, Thomas Wolf a écrit : > Guillaume, could you please prepare and stage a release? > > Cheers, > >Thomas > > On 08.06.24 21:35 , Gary Gregory wrote: > > Sounds  good to me. > > > > Gary > > > > On Sat, Jun 8, 2024, 2:56 PM Thomas

Re: Release Apache MINA SSHD 2.13.0?

2024-06-10 Thread Thomas Wolf
Guillaume, could you please prepare and stage a release? Cheers, Thomas On 08.06.24 21:35 , Gary Gregory wrote: Sounds  good to me. Gary On Sat, Jun 8, 2024, 2:56 PM Thomas Wolf > wrote: On 2024-06-08 20:48 , Thomas Wolf wrote: > I suggest we start

Re: [I] mina-sshd How does sshClient use the ssh ControlMaster feature [mina-sshd]

2024-06-09 Thread via GitHub
tomaswolf closed issue #513: mina-sshd How does sshClient use the ssh ControlMaster feature URL: https://github.com/apache/mina-sshd/issues/513 -- 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

Re: [I] mina-sshd How does sshClient use the ssh ControlMaster feature [mina-sshd]

2024-06-08 Thread via GitHub
czldb2 commented on issue #513: URL: https://github.com/apache/mina-sshd/issues/513#issuecomment-2156276842 > ControlMaster is not implemented, and neither are ControlPath nor ControlPersist. > > Depending on your use case, you can just create a session, and then create multiple

Re: Release Apache MINA SSHD 2.13.0?

2024-06-08 Thread Gary Gregory
Sounds  good to me. Gary On Sat, Jun 8, 2024, 2:56 PM Thomas Wolf wrote: > On 2024-06-08 20:48 , Thomas Wolf wrote: > > I suggest we start with a release for Apache MINA 2.13.0. > > Apache MINA SSHD, of course. > > Cheers, > >Thomas > > >

Re: Release Apache MINA SSHD 2.13.0?

2024-06-08 Thread Thomas Wolf
On 2024-06-08 20:48 , Thomas Wolf wrote: I suggest we start with a release for Apache MINA 2.13.0. Apache MINA SSHD, of course. Cheers, Thomas - To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional

Re: [I] mina-sshd How does sshClient use the ssh ControlMaster feature [mina-sshd]

2024-06-07 Thread via GitHub
tomaswolf commented on issue #513: URL: https://github.com/apache/mina-sshd/issues/513#issuecomment-2155629562 ControlMaster is not implemented, and neither are ControlPath nor ControlPersist. Depending on your use case, you can just create a session, and then create multiple

Re: [I] Why add "key-strict-c-...@openssh.com" and "key-strict-s-...@openssh.com" in key Algorithms? [mina-sshd]

2024-06-07 Thread via GitHub
tomaswolf commented on issue #514: URL: https://github.com/apache/mina-sshd/issues/514#issuecomment-2155053845 This is part of the mitigation against [CVE-2023-48795](https://nvd.nist.gov/vuln/detail/CVE-2023-48795). It was introduced in 2.12.0, so I don't understand what you are writing

Re: [I] Why add "key-strict-c-...@openssh.com" and "key-strict-s-...@openssh.com" in key Algorithms? [mina-sshd]

2024-06-07 Thread via GitHub
tomaswolf closed issue #514: Why add "key-strict-c-...@openssh.com" and "key-strict-s-...@openssh.com" in key Algorithms? URL: https://github.com/apache/mina-sshd/issues/514 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] SSH Client Disconnects on Receiving Keepalive Requests [mina-sshd]

2024-06-06 Thread via GitHub
ruanwenjun commented on issue #482: URL: https://github.com/apache/mina-sshd/issues/482#issuecomment-2153752493 @coderZoe @tomaswolf Hi, I meet a problem related to the ssh keepalive. My task failed seems due to the ssh channel closed, I am not sure if this is due to the heartbeat miss.

Re: [PR] Make the proxy jump resolver a bit more flexible. [mina-sshd]

2024-06-02 Thread via GitHub
tomaswolf closed pull request #477: Make the proxy jump resolver a bit more flexible. URL: https://github.com/apache/mina-sshd/pull/477 -- 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

Re: [PR] Make the proxy jump resolver a bit more flexible. [mina-sshd]

2024-06-02 Thread via GitHub
tomaswolf commented on PR #477: URL: https://github.com/apache/mina-sshd/pull/477#issuecomment-2143923600 Fixed differently via PR #512 (including tests). -- 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

Re: [PR] GH-318: fix proxyJumps [mina-sshd]

2024-06-02 Thread via GitHub
tomaswolf merged PR #512: URL: https://github.com/apache/mina-sshd/pull/512 -- 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:

Re: [I] Support for more than one jump host [mina-sshd]

2024-06-02 Thread via GitHub
tomaswolf closed issue #318: Support for more than one jump host URL: https://github.com/apache/mina-sshd/issues/318 -- 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

Re: [I] Connect to server failed when get session:error: 在一个非套接字上尝试了一个操作 [mina-sshd]

2024-06-01 Thread via GitHub
tomaswolf closed issue #312: Connect to server failed when get session:error: 在一个非套接字上尝试了一个操作 URL: https://github.com/apache/mina-sshd/issues/312 -- 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

Re: [I] how to modifying the owner attribute of files and directories uploaded to the Linux system bye mina-sshd sftp-server [mina-sshd]

2024-06-01 Thread via GitHub
tomaswolf closed issue #503: how to modifying the owner attribute of files and directories uploaded to the Linux system bye mina-sshd sftp-server URL: https://github.com/apache/mina-sshd/issues/503 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] How to implement SFTP resuming transfer using mina-sshd? [mina-sshd]

2024-06-01 Thread via GitHub
tomaswolf closed issue #447: How to implement SFTP resuming transfer using mina-sshd? URL: https://github.com/apache/mina-sshd/issues/447 -- 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

Re: [I] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-31 Thread via GitHub
tomaswolf commented on issue #510: URL: https://github.com/apache/mina-sshd/issues/510#issuecomment-2142665312 PR was merged as commit 82e0ed1f. -- 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

Re: [I] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-31 Thread via GitHub
tomaswolf closed issue #510: Fix mina full class name in BuiltinIoServiceFactoryFactories URL: https://github.com/apache/mina-sshd/issues/510 -- 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

Re: [PR] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-31 Thread via GitHub
tomaswolf commented on PR #511: URL: https://github.com/apache/mina-sshd/pull/511#issuecomment-2142664561 Merged as commit 82e0ed1f. -- 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

Re: [PR] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-31 Thread via GitHub
tomaswolf closed pull request #511: Fix mina full class name in BuiltinIoServiceFactoryFactories URL: https://github.com/apache/mina-sshd/pull/511 -- 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

Re: [PR] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-30 Thread via GitHub
JinHeap commented on PR #511: URL: https://github.com/apache/mina-sshd/pull/511#issuecomment-2141078742 thanks. then if need me do something, please tell me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-30 Thread via GitHub
tomaswolf commented on PR #511: URL: https://github.com/apache/mina-sshd/pull/511#issuecomment-2140908858 Thanks. The change is good, but now that this is fixed `DefaultIoServiceFactoryFactoryTest` hangs for MINA during disposal of the partially set up (with mocks) `MinaServiceFactory`.

Re: [I] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-30 Thread via GitHub
JinHeap commented on issue #510: URL: https://github.com/apache/mina-sshd/issues/510#issuecomment-2138824207 > Looks like an obvious bug. Probably this was missed in some earlier refactoring. Want to provide a PR? OK -- This is an automated message from the Apache Git Service. To

Re: [I] Fix mina full class name in BuiltinIoServiceFactoryFactories [mina-sshd]

2024-05-30 Thread via GitHub
tomaswolf commented on issue #510: URL: https://github.com/apache/mina-sshd/issues/510#issuecomment-2138815644 Looks like an obvious bug. Probably this was missed in some earlier refactoring. Want to provide a PR? -- This is an automated message from the Apache Git Service. To respond to

Re: [I] OsUtils#isAndroid() returns false on WearOS [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #499: OsUtils#isAndroid() returns false on WearOS URL: https://github.com/apache/mina-sshd/issues/499 -- 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

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2137696332 Done in commit 37d239e. -- 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

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #509: BufferException: Underflow error URL: https://github.com/apache/mina-sshd/issues/509 -- 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

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on PR #507: URL: https://github.com/apache/mina-sshd/pull/507#issuecomment-2137589316 Thanks for the review! -- 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

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf merged PR #507: URL: https://github.com/apache/mina-sshd/pull/507 -- 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:

Re: [I] heartbeat timeout of a session will cause the links of other sessions to be disconnected [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf closed issue #461: heartbeat timeout of a session will cause the links of other sessions to be disconnected URL: https://github.com/apache/mina-sshd/issues/461 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on PR #507: URL: https://github.com/apache/mina-sshd/pull/507#issuecomment-2136694291 Also in the newest change: when TIMEOUT is explicitly set <= 0 and NO_RELY_MAX is not set, set NO_REPLY_MAX to zero. -- This is an automated message from the Apache Git Service. To

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-29 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1618319934 ## CHANGES.md: ## @@ -58,7 +59,39 @@ NTRU Prime sntrup761 and X25519 with SHA-512: sntrup761x25519-sha512](https://ww ## Behavioral changes and enhancements -*

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
gnodet commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617916399 ## sshd-core/src/main/java/org/apache/sshd/client/session/ClientConnectionService.java: ## @@ -55,7 +61,41 @@ public ClientConnectionService(AbstractClientSession s)

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617835398 ## CHANGES.md: ## @@ -58,7 +59,34 @@ NTRU Prime sntrup761 and X25519 with SHA-512: sntrup761x25519-sha512](https://ww ## Behavioral changes and enhancements -*

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617834559 ## sshd-core/src/main/java/org/apache/sshd/client/session/ClientConnectionService.java: ## @@ -55,7 +61,40 @@ public ClientConnectionService(AbstractClientSession s)

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617834382 ## sshd-core/src/main/java/org/apache/sshd/client/session/ClientConnectionService.java: ## @@ -55,7 +61,40 @@ public ClientConnectionService(AbstractClientSession s)

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617834119 ## sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java: ## @@ -162,10 +162,21 @@ public final class CoreModuleProperties { /** * Key

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617833708 ## sshd-core/src/main/java/org/apache/sshd/core/CoreModuleProperties.java: ## @@ -162,10 +162,21 @@ public final class CoreModuleProperties { /** * Key

Re: [PR] GH-461: Fix heartbeats with wantReply=true [mina-sshd]

2024-05-28 Thread via GitHub
gnodet commented on code in PR #507: URL: https://github.com/apache/mina-sshd/pull/507#discussion_r1617742237 ## sshd-core/src/main/java/org/apache/sshd/client/session/ClientConnectionService.java: ## @@ -55,7 +61,40 @@ public ClientConnectionService(AbstractClientSession s)

Re: [I] heartbeat timeout of a session will cause the links of other sessions to be disconnected [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on issue #461: URL: https://github.com/apache/mina-sshd/issues/461#issuecomment-2135764945 Any comments on the PR #507? If none, I'll assume it's fine and will merge tomorrow. -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-28 Thread via GitHub
(https://datatracker.ietf.org/doc/html/draft-ietf-secsh-filexfer-03#section-5.1) Therefore re-opening to fix this. -- 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 unsubscr

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-28 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2134637164 BTW: this is https://github.com/proftpd/proftpd/issues/578 . Was fixed in proftpd [version

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-28 Thread via GitHub
nimantha-lakshan commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2134501632 I'll close the issue -- 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

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-28 Thread via GitHub
nimantha-lakshan closed issue #509: BufferException: Underflow error URL: https://github.com/apache/mina-sshd/issues/509 -- 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

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-28 Thread via GitHub
nimantha-lakshan commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2134499472 I'm sorry for just attaching a screenshot. This is our internal SFTP server (ProFTPD), which is old. I'll let our team know about this. I managed to avoid the

Re: [I] Can I design a ssh server with sshd? [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf closed issue #496: Can I design a ssh server with sshd? URL: https://github.com/apache/mina-sshd/issues/496 -- 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

Re: [I] Can I design a ssh server with sshd? [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2134025276 Use the latest. -- 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

Re: [I] how to modifying the owner attribute of files and directories uploaded to the Linux system bye mina-sshd sftp-server [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #503: URL: https://github.com/apache/mina-sshd/issues/503#issuecomment-2134024573 Apache MINA SSHD is a Java library and has no integration with the Linux user management, and it does not have privilege separation either. -- This is an automated message from

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133926998 Next time please provide the buffer content as copyable text. A screenshot is extremely cumbersome to work with. What server is this? It appears to be broken. If I

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
nimantha-lakshan commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133819934 SFTP protocol version: 6 ![Screenshot 2024-05-27 at 18 38 36](https://github.com/apache/mina-sshd/assets/45001527/5eb91283-0d85-4eee-9641-8b63a7fb067a) --

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133722091 Which servers? Which SFTP protocol version? Use debug or trace logging to capture the content of the response to the STAT request, then provide the log. (Or run the client with a

Re: [I] Can port forwarding be maintained? Currently, it is closed immediately after forwarding. [mina-sshd]

2024-05-27 Thread via GitHub
hengboy closed issue #508: Can port forwarding be maintained? Currently, it is closed immediately after forwarding. URL: https://github.com/apache/mina-sshd/issues/508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Can port forwarding be maintained? Currently, it is closed immediately after forwarding. [mina-sshd]

2024-05-27 Thread via GitHub
hengboy commented on issue #508: URL: https://github.com/apache/mina-sshd/issues/508#issuecomment-2132941454 @tomaswolf Thank you very much, the problem is solved -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] Can port forwarding be maintained? Currently, it is closed immediately after forwarding. [mina-sshd]

2024-05-27 Thread via GitHub
hengboy commented on issue #508: URL: https://github.com/apache/mina-sshd/issues/508#issuecomment-2132926938 @tomaswolf ClientSession#close method not called -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] Can port forwarding be maintained? Currently, it is closed immediately after forwarding. [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #508: URL: https://github.com/apache/mina-sshd/issues/508#issuecomment-2132825956 You close the SshClient, which closes the session. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] SFTP client does not work after it just worked [mina-sshd]

2024-05-24 Thread via GitHub
tomaswolf commented on issue #506: URL: https://github.com/apache/mina-sshd/issues/506#issuecomment-2128703009 We're not here to debug your code. Debug your `namespace.data.transfer.SFTPDataTransferService` in isolation. Perhaps the wrong key is used. -- This is an automated message

Re: [I] SFTP client does not work after it just worked [mina-sshd]

2024-05-24 Thread via GitHub
tomaswolf closed issue #506: SFTP client does not work after it just worked URL: https://github.com/apache/mina-sshd/issues/506 -- 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.

Re: [I] Looking for release date for next release of mina-sshd [mina-sshd]

2024-05-17 Thread via GitHub
adelel1 commented on issue #487: URL: https://github.com/apache/mina-sshd/issues/487#issuecomment-2118045648 Hello, any update on this, either a patch release for 2.12 or a 2.13 release? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] The arcfour256 algorithm fails to be configured with a specific mac algorithm [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2116249742 Thank you for your investigations. This is fixed with commit 5a78e6d. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] The arcfour256 algorithm fails to be configured with a specific mac algorithm [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf closed issue #493: The arcfour256 algorithm fails to be configured with a specific mac algorithm URL: https://github.com/apache/mina-sshd/issues/493 -- 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

Re: [I] SessionHelper#signalNegotiationEnd should pass reason through to listener [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf closed issue #504: SessionHelper#signalNegotiationEnd should pass reason through to listener URL: https://github.com/apache/mina-sshd/issues/504 -- 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

Re: [PR] issue-504 Pass reason to sessionNegotiationEnd [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf commented on PR #505: URL: https://github.com/apache/mina-sshd/pull/505#issuecomment-2116150530 Thank you! -- 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

Re: [PR] issue-504 Pass reason to sessionNegotiationEnd [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf merged PR #505: URL: https://github.com/apache/mina-sshd/pull/505 -- 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:

Re: [I] The arcfour256 algorithm fails to be configured with a specific mac algorithm [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2116149268 OK, thank you. Essentially: arcfour256 works only with the `hmac-*-etm` MACs. This is a bug; it's caused by wrong block sizes being set. Yes, arcfour128 and arcfour256 are

Re: [I] Perfomance file transfer [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2115924971 So far I have not enough information to do anything. I have run my own speed tests, and I see no performance problem. Before I can do anything I need to be able to reproduce the

Re: [I] Perfomance file transfer [mina-sshd]

2024-05-16 Thread via GitHub
benz-ppi commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2115654272 Even with the changes you have suggested, transferring files with the SFTP Apache client software is significantly slower (> factor 3) than transferring files with jsched or

Re: [I] SessionHelper#signalNegotiationEnd should pass reason through to listener [mina-sshd]

2024-05-16 Thread via GitHub
tomaswolf commented on issue #504: URL: https://github.com/apache/mina-sshd/issues/504#issuecomment-2115324310 Thanks for pointing this out. > Would ... break anything? No, it would not. Feel free to provide a PR. -- This is an automated message from the Apache Git Service.

Re: [I] incorrect classloading of SecurityProviders [mina-sshd]

2024-05-15 Thread via GitHub
jtnord commented on issue #502: URL: https://github.com/apache/mina-sshd/issues/502#issuecomment-2112254784 (of note BouncyCastle also supports ED25519 curves as does JDK > 15) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] I used the arcfour256 algorithm to connect to the sshserver of mina-sshd and encountered an exception [mina-sshd]

2024-05-15 Thread via GitHub
czldb2 commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2111928811 > No idea. I just tested arcfour128 and arcfour256 against an OpenSSH 7.4 server in CentOS 7.9 (2009), and an Apache MINA SSHD 2.13.0-SNAPSHOT client works just fine. Maybe try the

Re: SSHD-CORE vulnerabilities

2024-05-14 Thread Thomas Wolf
On 14.05.24 10:31 , Teki Harsha sesha sai wrote: We are working on the project using sshd-core dependence version ( 2.12.1 ), in this version we came across vulnerabilities. So when can we expect the lastest version without vulnerabilities. We need your support advance thanks This is an

Re: [I] heartbeat timeout of a session will cause the links of other sessions to be disconnected [mina-sshd]

2024-05-12 Thread via GitHub
work-around for the reporter might be to set `CoreModuleProperties.HEARTBEAT_REPLY_WAIT` to zero. That should work if there is no low-level read timeout (NIO2_READ_TIMEOUT = 0). But we should re-think this mechanism anyway. I propose to change this to follow the path t

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
elecharny commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597523524 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
jon-valliere commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597516034 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
jon-valliere commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597513918 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
elecharny commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597513323 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [I] Memory Leak When SftpFileSystemProvider newInputStream get a Exception [mina-sshd]

2024-05-11 Thread via GitHub
tomaswolf closed issue #500: Memory Leak When SftpFileSystemProvider newInputStream get a Exception URL: https://github.com/apache/mina-sshd/issues/500 -- 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

Re: [PR] GH-500: SftpFileSystemProvider: close SftpClient on exception [mina-sshd]

2024-05-11 Thread via GitHub
tomaswolf merged PR #501: URL: https://github.com/apache/mina-sshd/pull/501 -- 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:

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
jon-valliere commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597475482 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [PR] DIRMINA-1173 [mina]

2024-05-11 Thread via GitHub
elecharny commented on code in PR #44: URL: https://github.com/apache/mina/pull/44#discussion_r1597473106 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

  1   2   3   4   5   6   7   8   9   10   >