[
https://issues.apache.org/jira/browse/SSHD-1212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406791#comment-17406791
]
Lyor Goldstein commented on SSHD-1212:
--------------------------------------
You have not mentioned whether the failure occurs on the client side or server
one. In any case, review you code setup - most likely
* You are not providing the correct authenticators for the server side
* You are not providing the correct credentials for the client side
One more possible option - if the failure occurs on the client side, it may be
the case that the server you are trying to contact does not allow password
based authentication. FYI, many servers require only key-based one. In any
case, this does not seem to indicate a bug in the MINA code but either in your
own code or environment.
> Apache client authentication fails when both Passwork and Key Authentication
> used
> ---------------------------------------------------------------------------------
>
> Key: SSHD-1212
> URL: https://issues.apache.org/jira/browse/SSHD-1212
> Project: MINA SSHD
> Issue Type: Bug
> Reporter: Susmit Sarkar
> Priority: Blocker
> Attachments: apache.logs, logs.mina
>
>
> Hello,
>
> Whenever both password and public key both authentication is used, the
> authentication fails with error:
> Caused by: org.apache.sshd.common.SshException: *No more authentication
> methods available*
>
> The issue is not seen in if we use only one of them, but during combination
> it fails.
>
> *Attaching the native MINA logs and as well as our application logs for
> reference*
>
> *Thanks,*
> *Susmit*
> *[^logs.mina][^apache.logs]*
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]