[
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
> --
[
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
[
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
[
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
[
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
[
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
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
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)
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