tomaswolf commented on issue #608: URL: https://github.com/apache/mina-sshd/issues/608#issuecomment-2360188064
From these logs it's impossible to say what might be the issue. We also have no idea what `com.sterlingcommerce.woodstock.services.apachesftpclient.client.ApacheSession` does. It looks as if there's two separate connections, first only with "password" auth, then only with "publickey" auth. The log does not show the server's proposals. Is `ApacheSession` somehow re-using a `ClientSession` object? Does it set up publickey auth correctly so that it can find the public key? What kind of key is it? Does the server support the necessary signature algorithms? Does the client? Note that in the default settings, ssh-dss, ssh-dss-cert-v01<!-- -->@openssh.com, and ssh-rsa-cert-v01<!-- -->@openssh.com are disabled, i.e., DSA keys and certificates, and RSA certificates with a SHA1 signature. -- 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