tomaswolf commented on issue #531: URL: https://github.com/apache/mina-sshd/issues/531#issuecomment-2252188675
Closing this. We cannot do anything about this XFB.Gateway. It appears not to check the announced signature type in the pre-auth request; it only looks whether it knows the announced public key. (Kind of understandable: if that server was written before the SHA2 signature types for RSA were introduced, there was a 1-to-1 relation between key types and signature types. Still, they should have checked that they also know the signature type.) The only way to deal with this is to force ssh-rsa signatures in the client, either programmatically or by setting up the host entry in the SSH config accordingly. The other issue with our client (continuing with publickey even though the server said not to) has been split off and will be solved in issue #533. -- 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