yaroslavambrozyak commented on issue #484: URL: https://github.com/apache/mina-sshd/issues/484#issuecomment-2100706664
I have found a solution for my case ``` SshClient sshClient = SshClient.setUpDefaultClient(); CoreModuleProperties.PREFERRED_AUTHS.set(sshClient, "password"); ``` After I set a preferred auth method it started to work. To my understanding, it was using keyboard-interactive and expected some input from a user that was not provided. -- 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 unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org