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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to