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 could 
lead to hangs. AFAIK, all such problems are resolved in 2.11.0.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 the server's KEX init message has been received. But 
KEX init occur early in `connect()`, so re-configuring this afterwards does 
indeed result in a race condition.
   
   Per-session configuration of the KEX proposal (ciphers, macs, and so on)  
can be achieved for instance via 
`SessionListener.sessionNegotiationOptionsCreated`.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 password authentication.
   > 
   > Both running `main` or running the unit test work, `ls` or `ls -l` do show 
the expected output.
   
   Thank, I think I need to check my ide.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 you show above. 
`doHandleMessage` should always be logged before `handleWindowAdjust`.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 
so](https://github.com/eclipse-jgit/jgit/commit/23758d7a6).
   
   Support for FIDO keys (sk_* keys) would be similar, but as there is no 
standard access library in Java, one would have to write one first, possibly 
using JNA.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 password authentication.
   
   Both running `main` or running the unit test work, `ls` or `ls -l` do show 
the expected output.


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org



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 (type, columns, and rows, ...), and you might need 
to use some terminal emulator to get the control sequences be interpreted 
correctly.
   
   


-- 
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-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org