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

2023-12-12 Thread via GitHub
baiglin commented on issue #439: URL: https://github.com/apache/mina-sshd/issues/439#issuecomment-1851795133 Indeed, in my case I want to apply configuration on per-basis destination (user@IP:port), so I create many different client sessions and I would need to apply given configuration

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

2023-12-12 Thread via GitHub
tomaswolf commented on issue #439: URL: https://github.com/apache/mina-sshd/issues/439#issuecomment-1851711680 The listener has access to the session, so it can do special things per session. -- This is an automated message from the Apache Git Service. To respond to the message, please

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

2023-12-12 Thread via GitHub
baiglin commented on issue #439: URL: https://github.com/apache/mina-sshd/issues/439#issuecomment-1851543133 Hi @tomaswolf , thanks a lot for your reply, I corrected the code sample, sorry for that, so you confirm what I thought, I found the piece of documentation about listeners