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

2024-05-27 Thread via GitHub
tomaswolf closed issue #496: Can I design a ssh server with sshd? URL: https://github.com/apache/mina-sshd/issues/496 -- 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

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

2024-05-27 Thread via GitHub
tomaswolf commented on issue #496: URL: https://github.com/apache/mina-sshd/issues/496#issuecomment-2134025276 Use the latest. -- 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] how to modifying the owner attribute of files and directories uploaded to the Linux system bye mina-sshd sftp-server [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #503: URL: https://github.com/apache/mina-sshd/issues/503#issuecomment-2134024573 Apache MINA SSHD is a Java library and has no integration with the Linux user management, and it does not have privilege separation either. -- This is an automated message from

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133926998 Next time please provide the buffer content as copyable text. A screenshot is extremely cumbersome to work with. What server is this? It appears to be broken. If I

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
nimantha-lakshan commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133819934 SFTP protocol version: 6 ![Screenshot 2024-05-27 at 18 38 36](https://github.com/apache/mina-sshd/assets/45001527/5eb91283-0d85-4eee-9641-8b63a7fb067a) --

Re: [I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
tomaswolf commented on issue #509: URL: https://github.com/apache/mina-sshd/issues/509#issuecomment-2133722091 Which servers? Which SFTP protocol version? Use debug or trace logging to capture the content of the response to the STAT request, then provide the log. (Or run the client with a

[I] BufferException: Underflow error [mina-sshd]

2024-05-27 Thread via GitHub
nimantha-lakshan opened a new issue, #509: URL: https://github.com/apache/mina-sshd/issues/509 ### Version 2.12.1 ### Bug description ```java Caused by: org.apache.sshd.common.util.buffer.BufferException: Underflow: requested=1668243314, available=39 at

[jira] [Commented] (DIRMINA-1178) Is there any plan to fix the dependent vulnerabilities of the dependent software pmd 4.3?

2024-05-27 Thread Yuanhua Han (Jira)
[ https://issues.apache.org/jira/browse/DIRMINA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17849713#comment-17849713 ] Yuanhua Han commented on DIRMINA-1178: -- We understand,and thanks a lot. > Is there any plan to

[jira] [Resolved] (DIRMINA-1178) Is there any plan to fix the dependent vulnerabilities of the dependent software pmd 4.3?

2024-05-27 Thread Jira
[ https://issues.apache.org/jira/browse/DIRMINA-1178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lécharny resolved DIRMINA-1178. Fix Version/s: 2.2.4 Resolution: Fixed Fixed in trunk. The next version

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

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

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

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

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

2024-05-27 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 =