Re: [I] Huge File transfer (>5GB) to AIX host through SSH key credentials is always getting hung and SocketTimeoutException is reported [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #432: URL: https://github.com/apache/mina-sshd/issues/432#issuecomment-1849071181 We do not have the resources to investigate problems with old versions. Try with Apache MINA sshd 2.11.0. There have been problems in past versions in key re-exchanges that

Re: [I] Ciphers and KEX override at ClientSession level not taken into account [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #439: URL: https://github.com/apache/mina-sshd/issues/439#issuecomment-1849067063 I don't understand your example code. What's `client`? Seems undefined. In any case: SEND_IMMEDIATE_KEXINIT = false delays sending the client's KEX init message until after

Re: [I] When using SSH client, the server has no output [mina-sshd]

2023-12-10 Thread via GitHub
dyw770 commented on issue #441: URL: https://github.com/apache/mina-sshd/issues/441#issuecomment-1849363662 Idea needs to add `- Editable. Java. test. console=true` options -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] When using SSH client, the server has no output [mina-sshd]

2023-12-10 Thread via GitHub
dyw770 commented on issue #441: URL: https://github.com/apache/mina-sshd/issues/441#issuecomment-1849300309 > Cannot reproduce. Using your code on OS X with two minor modifications: > > 1. Connect to my own user on localhost port 22. > 2. Use public-key authentication instead of

Re: [I] Lost window adjust packets (SSH_MSG_CHANNEL_WINDOW_ADJUST) [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #440: URL: https://github.com/apache/mina-sshd/issues/440#issuecomment-1849063155 > Any ideas how to debug this problem further? Not really. Never seen something like this. No other hints in the full log? I don't quite understand the filtered log excerpt

Re: [I] Add Support for Multi-Factor Authentication [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #433: URL: https://github.com/apache/mina-sshd/issues/433#issuecomment-1849070206 Support for PKCS11 hardware security modules is not implemented in Apache MINA sshd, but could be added via the SunPKCS11 security provider. [JGit did

Re: [I] When using SSH client, the server has no output [mina-sshd]

2023-12-10 Thread via GitHub
dyw770 closed issue #441: When using SSH client, the server has no output URL: https://github.com/apache/mina-sshd/issues/441 -- 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] When using SSH client, the server has no output [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #441: URL: https://github.com/apache/mina-sshd/issues/441#issuecomment-1849052536 Cannot reproduce. Using your code on OS X with two minor modifications: 1. Connect to my own user on localhost port 22. 2. Use public-key authentication instead of

Re: [I] When use the client, can't support the command: top [mina-sshd]

2023-12-10 Thread via GitHub
tomaswolf commented on issue #444: URL: https://github.com/apache/mina-sshd/issues/444#issuecomment-1849013298 "Actual" and "expected" appear to be the same... but seriously: I think for "full screen terminal commands" like `top` your client would need to set appropriate Pty properties