lgoldstein commented on a change in pull request #183:
URL: https://github.com/apache/mina-sshd/pull/183#discussion_r599694006
##########
File path:
sshd-core/src/main/java/org/apache/sshd/client/auth/pubkey/UserAuthPublicKey.java
##########
@@ -56,6 +58,7 @@
protected Iterator<PublicKeyIdentity> keys;
protected PublicKeyIdentity current;
protected List<NamedFactory<Signature>> factories;
+ protected List<String> currentAlgorithms = new LinkedList<>();
Review comment:
Great - what about the comparison between the requested signature and
the one returned by the server + the warning log of their mismatch ?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]