Re: ChannelPipedInputStream read() hangs

2015-02-24 Thread Guillaume Nodet
You're right, I think it's missing a configuration property for that. I've raised https://issues.apache.org/jira/browse/SSHD-419 In the mean time, you should be able to set it manually after the channel has been opened. 2015-02-10 12:53 GMT+01:00 John Hartnup john.hart...@gmail.com: Hi, I'm

[jira] [Created] (SSHD-419) Add a configuration entry to automatically set the timeout on ChannelPipedInputStream

2015-02-24 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created SSHD-419: Summary: Add a configuration entry to automatically set the timeout on ChannelPipedInputStream Key: SSHD-419 URL: https://issues.apache.org/jira/browse/SSHD-419

Re: Socks proxy using Mina

2015-02-24 Thread Guillaume Nodet
Sorry about the delay. The socks proxy is not available in 0.13.0, but has been added to the upcoming 0.14.0. Feel free to give it a try. I've uploaded a snapshot at https://repository.apache.org/content/groups/snapshots/org/apache/sshd/sshd-core/0.14.0-SNAPSHOT/ 2015-01-16 0:38 GMT+01:00

[jira] [Commented] (SSHD-393) Ssh server freezing when under heavy load

2015-02-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334706#comment-14334706 ] ASF GitHub Bot commented on SSHD-393: - Github user marosmars closed the pull request at:

Re: [HEADS UP] SSHD branch created for 1.0 / 0.14

2015-02-24 Thread Guillaume Nodet
I've pushed a private branch to upgrade to mina 3 (link in https://issues.apache.org/jira/browse/SSHD-418). Tests do pass, however, I have a few remarks / suggestions: * close methods not available on any interface for NioTcpClient / NioTcpServer * the bound address is not easily available:

Re: Mina SSHD pending fix

2015-02-24 Thread Guillaume Nodet
The PR has been merged a few weeks ago fwiw. Would you mind closing it now ? 2015-01-29 9:48 GMT+01:00 Maroš Maršalek maros.m...@gmail.com: Hello everyone, A few weeks back I have pushed a fix for Mina SSHD lib: https://github.com/apache/mina-sshd/pull/10 for this reported bug: SSHD-393

[jira] [Closed] (SSHD-393) Ssh server freezing when under heavy load

2015-02-24 Thread Maros Marsalek (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maros Marsalek closed SSHD-393. --- Fixed Ssh server freezing when under heavy load -

Re: resume uploads / downloads and the command line unix sftp client

2015-02-24 Thread Guillaume Nodet
This all depends on the client really. In SFTP, the request gives the offset to write to in the file and the data to write, so there's no notion of complete download. So resuming is just a matter of the client sending the missing data, the server has nothing to do to support that. 2014-12-06

[jira] [Closed] (SSHD-370) SSHD-CORE component declaring dependencies for OSGi as optional

2015-02-24 Thread Maros Marsalek (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maros Marsalek closed SSHD-370. --- Wont fix SSHD-CORE component declaring dependencies for OSGi as optional

Re: SSH Server fails when is opened and closed 3 times in a row.

2015-02-24 Thread Guillaume Nodet
Yes, please raise a JIRA and if you could attach a unit test, that would be awesome. 2015-02-02 16:30 GMT+01:00 Pawel Sm7 pawel@gmail.com: Hello, I'd like to raise JIRA issue for the problem described below. Please let me know if you agree. Regards, Pawel 2015-01-20 14:08 GMT+01:00

[jira] [Commented] (SSHD-418) Upgrade to mina 3

2015-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334681#comment-14334681 ] Guillaume Nodet commented on SSHD-418: -- Work in progress at

[jira] [Commented] (SSHD-336) Allow ECDSA based public key authentication

2015-02-24 Thread KiSeong Park (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334757#comment-14334757 ] KiSeong Park commented on SSHD-336: --- It doesn't work on ecdsa-521. Allow ECDSA based

[jira] [Commented] (SSHD-417) Memory leak in IoServiceListenerSupport.managedSessions when clients cut connections quickly

2015-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334833#comment-14334833 ] Guillaume Nodet commented on SSHD-417: -- I can't reproduce the problem with the latest

[jira] [Commented] (SSHD-336) Allow ECDSA based public key authentication

2015-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334767#comment-14334767 ] Guillaume Nodet commented on SSHD-336: -- [~KOR-Believer] Could you be a bit more

[jira] [Resolved] (SSHD-348) Some SSH threads get blocked in Object.wait() method forever

2015-02-24 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-348. -- Resolution: Fixed Some SSH threads get blocked in Object.wait() method forever

[jira] [Created] (FTPSERVER-466) plain text injection problem

2015-02-24 Thread alexander todorov (JIRA)
alexander todorov created FTPSERVER-466: --- Summary: plain text injection problem Key: FTPSERVER-466 URL: https://issues.apache.org/jira/browse/FTPSERVER-466 Project: FtpServer Issue

[jira] [Commented] (FTPSERVER-467) plain text injection during initialization of encrypted channel

2015-02-24 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334882#comment-14334882 ] Emmanuel Lecharny commented on FTPSERVER-467: - Moved the issue to the

[jira] [Commented] (DIRMINA-1007) plain text injection during initialization of encrypted channel

2015-02-24 Thread alexander todorov (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334874#comment-14334874 ] alexander todorov commented on DIRMINA-1007: Just one last clarification.

[jira] [Commented] (SSHD-348) Some SSH threads get blocked in Object.wait() method forever

2015-02-24 Thread JIRA
[ https://issues.apache.org/jira/browse/SSHD-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14334884#comment-14334884 ] Hugo Arès commented on SSHD-348: Good news, I ran the test from Friday night to Monday