tomaswolf commented on issue #847: URL: https://github.com/apache/mina-sshd/issues/847#issuecomment-3439526025
The failing log shows 6 attempts to authenticate with two RSA keys (for each key with sa-sha2-512 signature, then rsa-sha2-256 signature, and finally with the deprecated ssh-rsa signature). After the sixth failed authentication attempt, the server closes the connection. The successful log excerpt shows no public key authentication attempts at all. Hence configure your Java SSH client to not use publickey authentication with this device, but only 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]
