[jira] [Closed] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 西城 closed DIRMINA-1071. --- Resolution: Not A Problem > ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use > --

[jira] [Commented] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175946#comment-16175946 ] 西城 commented on DIRMINA-1071: - I know my error~~ > ReadFuture.awaitUninterruptibly(20, Time

[jira] [Commented] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175772#comment-16175772 ] 西城 commented on DIRMINA-1071: - so i only add listener to receive the client answer? > Read

[jira] [Updated] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 西城 updated DIRMINA-1071: Description: Describe my problem:i want to send message to client for three times, when the first time I send to

[jira] [Updated] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] 西城 updated DIRMINA-1071: Attachment: T}FF(HQ$G8WJ][7ZY7F0]2W.png {M{}J$JUT1C401($n...@tm.png Description: Describe my

[jira] [Commented] (DIRMINA-1071) ReadFuture.awaitUninterruptibly(20, TimeUnit.SECONDS) is no use

2017-09-21 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174754#comment-16174754 ] Emmanuel Lecharny commented on DIRMINA-1071: Don't do that... You are going

Re: Regarding MINA Project

2017-09-21 Thread elijah baley
SSH is pretty complicated, however you can start by reading the documentation available on https://github.com/apache/mina-sshd/ as it also contains references to various RFC(s) that specify components of the protocol. See also the various tests - especially SshServerMain, SftpServerMain, SshCli

Re: Regarding MINA Project

2017-09-21 Thread Emmanuel Lécharny
Le 20/09/2017 à 22:32, harmeet singh a écrit : > Hi,I was just exploring sshd project, could you provide me documentation of > this project. I would say all you can get is on the web site (http://mina.apache.org/sshd-project/index.html and http://mina.apache.org/sshd-project/documentation.html)

Regarding MINA Project

2017-09-21 Thread harmeet singh
Hi,I was just exploring sshd project, could you provide me documentation of this project.I wanted to check dual authentication feature, looks like it support only single authentication.Also could you please let me know if it can be used for production and is it being patched regularly for securi