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

2024-05-26 Thread via GitHub
hengboy opened a new issue, #508: URL: https://github.com/apache/mina-sshd/issues/508 ### Version 2.12.2 ### Bug description ```java try (SshClient client = SshClient.setUpDefaultClient()) { client.start(); clientSession = client.connect(c

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] 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 abov

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 URL

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 U