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

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_r1597451055 ## 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_r1597451055 ## mina-core/src/main/java/org/apache/mina/transport/socket/DefaultSocketSessionConfig.java: ## @@ -37,7 +37,7 @@ public class DefaultSocketSessionConfig extends

Re: [PR] Implement the "sntrup761x25519-sha...@openssh.com" KEX method [mina-sshd]

2024-05-11 Thread via GitHub
tomaswolf merged PR #498: URL: https://github.com/apache/mina-sshd/pull/498 -- 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] OsUtils#isAndroid() returns false on WearOS [mina-sshd]

2024-05-11 Thread via GitHub
tomaswolf commented on issue #499: URL: https://github.com/apache/mina-sshd/issues/499#issuecomment-2105658175 I think this was fixed in #476. Please try the 2.13.0-SNAPSHOT version available from the [Apache Snapshot](https://repository.apache.org/content/repositories/snapshots) maven

Re: [I] Support for Java 9+ modules [mina-sshd]

2024-05-10 Thread via GitHub
rich7409 commented on issue #497: URL: https://github.com/apache/mina-sshd/issues/497#issuecomment-2104406846 Thanks for the tip. Excluding core and common and using osgi instead has stopped it complaining about the modules. I'll look forward to future versions with full module

Re: [I] Support for Java 9+ modules [mina-sshd]

2024-05-10 Thread via GitHub
rich7409 closed issue #497: Support for Java 9+ modules URL: https://github.com/apache/mina-sshd/issues/497 -- 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,

Re: [I] Support for Java 9+ modules [mina-sshd]

2024-05-10 Thread via GitHub
but also in OSGi. There is the `org.apache.sshd.osgi` artifact; it avoids this split package problem by re-combining core and common into one. For OSGi that works; it might also work for Java modules. However, if you use not OSGi with package imports only but a plain "fat jar" pla

Re: [I] Enable ssh-dss algorighthm through system variable [mina-sshd]

2024-05-08 Thread via GitHub
abhikt48 commented on issue #483: URL: https://github.com/apache/mina-sshd/issues/483#issuecomment-2101048025 Can anyone please update on 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

Re: [I] AuthTimeout when connecting to SFTP server [mina-sshd]

2024-05-08 Thread via GitHub
yaroslavambrozyak closed issue #484: AuthTimeout when connecting to SFTP server URL: https://github.com/apache/mina-sshd/issues/484 -- 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] AuthTimeout when connecting to SFTP server [mina-sshd]

2024-05-08 Thread via GitHub
yaroslavambrozyak commented on issue #484: URL: https://github.com/apache/mina-sshd/issues/484#issuecomment-2100706664 I have found a solution for my case ``` SshClient sshClient = SshClient.setUpDefaultClient(); CoreModuleProperties.PREFERRED_AUTHS.set(sshClient, "password");

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

2024-05-08 Thread via GitHub
ZhouMM92 commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2099977859 > Look in [the documentation](https://github.com/apache/mina-sshd/blob/master/docs/server-setup.md) or in the tests. Thank you very much. And I want to know which version is

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

2024-05-07 Thread via GitHub
tomaswolf commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2097803412 Look in [the documentation](https://github.com/apache/mina-sshd/blob/master/docs/server-setup.md) or in the tests. -- This is an automated message from the Apache Git Service.

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

2024-05-07 Thread via GitHub
ZhouMM92 commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2097766522 > Compared to e.g. an OpenSSH server you will lack certain functionalities like privilege separation or integration with the OS user management (PAM or whatever on Linux). >

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

2024-05-07 Thread via GitHub
tomaswolf commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2097719149 Compared to e.g. an OpenSSH server you will lack certain functionalities like privilege separation or integration with the OS user management (PAM or whatever on Linux).

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

2024-05-05 Thread via GitHub
czldb2 commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2095153169 > 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: [I] I used the arcfour256 algorithm to connect to the sshserver of mina-sshd and encountered an exception [mina-sshd]

2024-05-05 Thread via GitHub
czldb2 commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2095149600 I tried version 1.21.1 to connect and the problem still exists. Some other phenomena I have noticed so far: - Connecting devices on the Intranet will fail, but devices

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

2024-05-05 Thread via GitHub
tomaswolf commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2094925051 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: [I] Wrong content while downloading files >200Mb [mina-sshd]

2024-05-05 Thread via GitHub
tomaswolf commented on issue #468: URL: https://github.com/apache/mina-sshd/issues/468#issuecomment-2094915566 I've merged a change that tightens SFTP read requests. If a server sends back more data than requested, an exception is thrown. If you set

Re: [I] Wrong content while downloading files >200Mb [mina-sshd]

2024-05-05 Thread via GitHub
tomaswolf closed issue #468: Wrong content while downloading files >200Mb URL: https://github.com/apache/mina-sshd/issues/468 -- 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: [PR] GH-468: Handle excess data in SFTP read requests [mina-sshd]

2024-05-05 Thread via GitHub
tomaswolf merged PR #495: URL: https://github.com/apache/mina-sshd/pull/495 -- 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] SSHD Client failing on private key file with key password [mina-sshd]

2024-05-05 Thread via GitHub
tomaswolf commented on issue #297: URL: https://github.com/apache/mina-sshd/issues/297#issuecomment-2094892046 @abhishekpandey96 : you need to set a `FilePasswordProvider` on the client or directly on the `FileKeyPairProvider`. Your code just sets a password identity, which means "use

Re: [I] SSHD Client failing on private key file with key password [mina-sshd]

2024-05-05 Thread via GitHub
abhishekpandey96 commented on issue #297: URL: https://github.com/apache/mina-sshd/issues/297#issuecomment-2094684335 Hi I am trying to add a passphrase with a dsa private key path but I am getting org.apache.sshd.common.SshException: No more authentication methods available at

Re: [PR] Nio2Session improvements [mina-sshd]

2024-05-04 Thread via GitHub
tomaswolf merged PR #494: URL: https://github.com/apache/mina-sshd/pull/494 -- 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] Nio2Session improvements [mina-sshd]

2024-05-04 Thread via GitHub
tomaswolf commented on PR #494: URL: https://github.com/apache/mina-sshd/pull/494#issuecomment-2094215306 Thank you, Evgeny! That looks great! -- 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] [SSHD-1237] Handle keep-alive channel requests [mina-sshd]

2024-05-01 Thread via GitHub
tomaswolf merged PR #492: URL: https://github.com/apache/mina-sshd/pull/492 -- 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] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-05-01 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2088762945 Thank you @tomaswolf for the fix. We verified with snapshot version. It works!! Any approximate date when will next release be? -- This is an automated message from

Re: [I] AuthTimeout when connecting to SFTP server [mina-sshd]

2024-04-30 Thread via GitHub
yaroslavambrozyak commented on issue #484: URL: https://github.com/apache/mina-sshd/issues/484#issuecomment-2085160941 In the logs, I can see it is trying to use keyboard-interactive auth method ``` tryNext(ClientSessionImpl[u@h/0.0.0.0:0]) attempting method=keyboard-interactive

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

2024-04-29 Thread via GitHub
czldb2 commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2084309158 I have tried arcfour128 and other algorithms with higher security to perform connection operation through mina-sshd component, and the connection can be normal now. When

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

2024-04-29 Thread via GitHub
czldb2 commented on issue #493: URL: https://github.com/apache/mina-sshd/issues/493#issuecomment-2084204139 ![企业微信截图_17144434873491](https://github.com/apache/mina-sshd/assets/109063690/8ed198e1-9a9a-445b-be00-5f66a6bc3392) When I was debugging, I found that the parameter of the

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

2024-04-29 Thread via GitHub
adelel1 commented on issue #487: URL: https://github.com/apache/mina-sshd/issues/487#issuecomment-2082386175 Hello, I have tested 2.13.0-SNAPSHOT (from Apache snapshots repo) and the fix worked fine. -- This is an automated message from the Apache Git Service. To respond to the message,

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

2024-04-29 Thread via GitHub
czldb2 closed issue #493: I used the arcfour256 algorithm to connect to the sshserver of mina-sshd and encountered an exception 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

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

2024-04-28 Thread via GitHub
coderZoe closed issue #482: SSH Client Disconnects on Receiving Keepalive Requests URL: https://github.com/apache/mina-sshd/issues/482 -- 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] SSH Client Disconnects on Receiving Keepalive Requests [mina-sshd]

2024-04-28 Thread via GitHub
coderZoe commented on issue #482: URL: https://github.com/apache/mina-sshd/issues/482#issuecomment-2081469942 > Basically yes, but see #492. The next version of Apache MINA SSHD will handle these channel requests and no longer log the warning. > > As I wrote, I don't think your

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

2024-04-28 Thread via GitHub
tomaswolf commented on issue #482: URL: https://github.com/apache/mina-sshd/issues/482#issuecomment-2081403154 Basically yes, but see #492. The next version of Apache MINA SSHD will handle these channel requests and no longer log the warning. As I wrote, I don't think your problem is

Re: [PR] [SSHD-1237] Don't warn about keep-alive channel requests [mina-sshd]

2024-04-28 Thread via GitHub
tomaswolf commented on PR #492: URL: https://github.com/apache/mina-sshd/pull/492#issuecomment-2081398408 > Not displaying the warning looks weird. Wouldn’t it be cleaner to « support » them instead and reply with a success or failure ? Done. -- This is an automated message from

Re: [PR] [SSHD-1237] Don't warn about keep-alive channel requests [mina-sshd]

2024-04-27 Thread via GitHub
gnodet commented on PR #492: URL: https://github.com/apache/mina-sshd/pull/492#issuecomment-2081337561 > OpenSSH server sends keep-alive requests as channel requests if a channel is open. Do not log a warning about such requests, simply send back a failure reply. OpenSSH just expects any

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

2024-04-27 Thread via GitHub
coderZoe commented on issue #482: URL: https://github.com/apache/mina-sshd/issues/482#issuecomment-2081290796 > Setting a "global request" handler for keep-alives has only an effect on global requests. It has no effect on channel requests. OpenSSH prefers to send keep-alive messages a

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

2024-04-27 Thread via GitHub
tomaswolf commented on issue #482: URL: https://github.com/apache/mina-sshd/issues/482#issuecomment-2081169948 Setting a "global request" handler for keep-alives has only an effect on global requests. It has no effect on channel requests. OpenSSH prefers to send keep-alive messages a

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2081158730 @learncourse2024 : please try the snapshot release from the [Apache Snapshots](https://repository.apache.org/content/repositories/snapshots) repository. It should be able to

Re: [PR] [SSHD-758] Add OpenSSHGeneratorFileKeyProvider [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed pull request #35: [SSHD-758] Add OpenSSHGeneratorFileKeyProvider URL: https://github.com/apache/mina-sshd/pull/35 -- 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] [SSHD-758] Add OpenSSHGeneratorFileKeyProvider [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf commented on PR #35: URL: https://github.com/apache/mina-sshd/pull/35#issuecomment-2081119980 Closing old outdated PRs. -- 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] [SSHD-851] Last chunk of data lost into local port forwarding channel [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf commented on PR #73: URL: https://github.com/apache/mina-sshd/pull/73#issuecomment-2081119733 Closing old outdated PRs. -- 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] [SSHD-851] Last chunk of data lost into local port forwarding channel [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed pull request #73: [SSHD-851] Last chunk of data lost into local port forwarding channel URL: https://github.com/apache/mina-sshd/pull/73 -- 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] Gc socks timing [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf commented on PR #60: URL: https://github.com/apache/mina-sshd/pull/60#issuecomment-2081119607 Closing old outdated PRs. -- 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] Gc socks timing [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed pull request #60: Gc socks timing URL: https://github.com/apache/mina-sshd/pull/60 -- 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] DefaultScpClient.upload(InputStream, ...) will always hit the exit status timeout [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed issue #427: DefaultScpClient.upload(InputStream, ...) will always hit the exit status timeout URL: https://github.com/apache/mina-sshd/issues/427 -- 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] GH-427: Read initial ACK on channel open prior to direct stream upload & close streams prior to exit code handling [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf merged PR #464: URL: https://github.com/apache/mina-sshd/pull/464 -- 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] Add missing U2F {ed25519,ecdsa}-sk public key equality methods [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf merged PR #486: URL: https://github.com/apache/mina-sshd/pull/486 -- 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] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf closed issue #489: sshd-sftp - Not able to get files from windows server URL: https://github.com/apache/mina-sshd/issues/489 -- 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] sftp readdir: determine file type from longname [mina-sshd]

2024-04-27 Thread via GitHub
tomaswolf merged PR #491: URL: https://github.com/apache/mina-sshd/pull/491 -- 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] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-26 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2079523538 Thank you @tomaswolf for explaining it. Will there be any fix for this issue which will be worked on in MINA -- This is an automated message from the Apache Git

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-26 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2079135725 > ... its "longname" looks strange. I would have expected it to start with "-rw-rw-rw-", not with "-rw-rw-rw ". ... This was mentioned in a [SolarWinds

Re: [I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the

2024-04-26 Thread via GitHub
adelel1 commented on issue #455: URL: https://github.com/apache/mina-sshd/issues/455#issuecomment-2079134522 Hi @tomaswolf I should have mentioned I did rebuild and test, and it worked fine. I have just tried again using the Apache Snapshot Repository and works fine. Thanks, Would be

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2078224203 OK. Findings: 1. This server sends longname as `-rw-rw-rw 1 root root 1944 Apr 24 14:58 demo.csv` (just before offset 288) 2. This is then followed by flags

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2078113498 So here are the details which i found while debugging LongName - -rw-rw-rw 1 root root 1944 Apr 24 14:58 demo.csv ByteArrayBuffer[rpos=288, wpos=320,

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077649433 Possibly that SFTP server has a bug? It's a bit unclear what we could do. Probably the directory scanner should not return only directories and regular files but also do

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077389757 SolarWinds Sftp Server File transfer protocol = SFTP-3 Cryptographic protocol = SSH-2 SSH implementation = WeOnlyDo 2.5.5 Compression = No -- This is an

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077338195 Yes, if the server doesn't send any of these flags then the file type is unknown. What kind of SFTP server is this? -- This is an automated message from the Apache Git

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-25 Thread via GitHub
learncourse2024 commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2077247442 Its SFTP version 3 -- 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] a problem when ChannelExec warned:handleEof-someInfo-already signalled [mina-sshd]

2024-04-25 Thread via GitHub
merlynee commented on issue #490: URL: https://github.com/apache/mina-sshd/issues/490#issuecomment-2076677383 > I'm not here to debug your code. I do notice, however, that you call `shellChannelExec.open()` twice. Thanks somuch fellow.!!! -- This is an automated message from the

Re: [I] AuthTimeout when connecting to SFTP server [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #484: URL: https://github.com/apache/mina-sshd/issues/484#issuecomment-2076657250 No idea. Try enabling debug logging and see if the log gives any hints. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] a problem when ChannelExec warned:handleEof-someInfo-already signalled [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf closed issue #490: a problem when ChannelExec warned:handleEof-someInfo-already signalled URL: https://github.com/apache/mina-sshd/issues/490 -- 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: [I] a problem when ChannelExec warned:handleEof-someInfo-already signalled [mina-sshd]

2024-04-25 Thread via GitHub
tomaswolf commented on issue #490: URL: https://github.com/apache/mina-sshd/issues/490#issuecomment-2076566405 I'm not here to debug your code. I do notice, however, that you call `shellChannelExec.open()` twice. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] sshd-sftp - Not able to get files from windows server [mina-sshd]

2024-04-24 Thread via GitHub
tomaswolf commented on issue #489: URL: https://github.com/apache/mina-sshd/issues/489#issuecomment-2075910029 Decimal 438 is octal 666 (hex 1B6) and thus reflects the rw-rw-rw- permissions correctly. But it looks as if the server does not return the file type flags. It's supposed to

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

2024-04-23 Thread via GitHub
Holger-Benz commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2072475600 I'm sorry, you're right. We will open a new issue when we have the relevant debug data. -- This is an automated message from the Apache Git Service. To respond to the message,

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

2024-04-23 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2072445000 > Any thoughts on my above comment especially on """ Is there any way to force/override the file upload/download in sftp sessions through put/get commands to use Files.copy() way

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

2024-04-23 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2072436702 > The SSHD-server is also integrated in our communication software. The original report was about the client side. Whatever this may be, it would be a new separate issue.

Re: [I] After the upgrade to 2.12.0, the query of remote files times out. [mina-sshd]

2024-04-23 Thread via GitHub
tomaswolf commented on issue #488: URL: https://github.com/apache/mina-sshd/issues/488#issuecomment-2072420855 Not enough information. Upgrade from what version? Try switching on DEBUG level logging; maybe that gives some clues. -- This is an automated message from the Apache Git

Re: [I] After the upgrade to 2.12.0, the query of remote files times out. [mina-sshd]

2024-04-23 Thread via GitHub
leild commented on issue #488: URL: https://github.com/apache/mina-sshd/issues/488#issuecomment-2072341741 org.apache.sshd.common.SshException: Timeout expired while waiting for id=10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2024-04-23 Thread via GitHub
Holger-Benz commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2072068018 The SSHD-server is also integrated in our communication software. After updating the server from version 2.4.0 to 2.12.1, the communication of the server has become

Re: [I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the

2024-04-21 Thread via GitHub
tomaswolf commented on issue #455: URL: https://github.com/apache/mina-sshd/issues/455#issuecomment-2068139015 @adelel1 : could you please try your application with the 2.13.0-SNAPSHOT versions available in the [Apache Snapshots

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

2024-04-19 Thread via GitHub
kvlnkarthik commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2066830425 @tomaswolf , Any thoughts on my above comment especially on """ Is there any way to force/override the file upload/download in sftp sessions through put/get commands to

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

2024-04-18 Thread via GitHub
;; Author ***@***.***> Betreff: Re: [apache/mina-sshd] Perfomance file transfer (Issue #485) We see same issue in our tests as well. We are using 2.12.1 version. We executed filetransfer test case using Files.copy() approach for transferring a file of about 167Mb to a remote server and to

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

2024-04-17 Thread via GitHub
kvlnkarthik commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2061827392 We see same issue in our tests as well. We are using 2.12.1 version. We executed filetransfer test case using Files.copy() approach for transferring a file of about 167Mb

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

2024-04-16 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2060039475 After some analysis, here's what's going on: transferTo/transferFrom, as well as the FileChannel.write() operations, are _positional_ operations.

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

2024-04-16 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2059973935 Interesting: if you change in your code ``` readableChannel.transferTo(0, length, writeableChannel); ``` to ``` writeableChannel.transferFrom(readableChannel, 0,

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

2024-04-16 Thread via GitHub
tomaswolf commented on issue #485: URL: https://github.com/apache/mina-sshd/issues/485#issuecomment-2059918256 Thank you for this test case. It appears that there is indeed something wrong with the `FileChannel`s. The following is in my tests much faster (and on par with OpenSSH or Jsch):

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

2024-04-15 Thread via GitHub
nightman68 commented on PR #477: URL: https://github.com/apache/mina-sshd/pull/477#issuecomment-2057631021 Sorry, I do not have the time at the moment getting familiar with your test suite etc. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] Mina's AbstractSessionHelper and BaseCipher are ignoring lengths returned from cipher update and deriving information from the input len rather than what has actually been processed during the

2024-04-12 Thread via GitHub
adelel1 commented on issue #455: URL: https://github.com/apache/mina-sshd/issues/455#issuecomment-2051557359 Hello @tomaswolf Firstly thanks for quickly resolving and fixing this issue. We have also just hit this issue. We have switched to the LTS version of BC. I am wondering when

Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-10 Thread via GitHub
tomaswolf commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2048214147 Debug time :-) I've used and tested this only in Eclipse, which uses the NIO2 transport. I have no idea why the MINA transport doesn't do the write. -- This is an

Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-10 Thread via GitHub
Holger-Benz commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2047445089 I downloaded the JGitSshClient version 2.1.12 and tested the communication via a proxy and the communication worked! TThe problem occurs when I configure the IOFactory for

Re: [I] ClientProxyConnector/sendClientProxyMetadata [mina-sshd]

2024-04-09 Thread via GitHub
tomaswolf commented on issue #481: URL: https://github.com/apache/mina-sshd/issues/481#issuecomment-2045884711 I don't have a setup where I could test this with 2.12.1. But with 2.12.0 the JGit way of doing this works fine in Eclipse. I used `ssh -vvv -D7020 localhost` as local SOCKS

Re: [I] Adding Project Loom Support [mina-sshd]

2024-04-08 Thread via GitHub
tomaswolf commented on issue #480: URL: https://github.com/apache/mina-sshd/issues/480#issuecomment-2042182161 No, there are currently no such plans. Also from JEP-444: > In a future release we may be able to remove the first limitation above, namely pinning inside synchronized.

Re: [PR] change client start condition in sshd-spring-sftp [mina-sshd]

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

<    1   2   3   4   5   6   7   8   9   10   >