tomaswolf commented on issue #651: URL: https://github.com/apache/mina-sshd/issues/651#issuecomment-2580983291
This might be a duplicate of #533. Please try with the 2.14.1-SNAPSHOT version from the Apache Snapshots repository. You also might want to take a look at [MultiAuthTest](https://github.com/apache/mina-sshd/blob/master/sshd-core/src/test/java/org/apache/sshd/client/auth/pubkey/MultiAuthTest.java); this test shows how to set up an Apache MINA sshd server for such multi-authentication. Basically you'd do `CoreModuleProperties.AUTH_METHODS.set(server, "publickey,password");`. -- 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]
