tomaswolf commented on a change in pull request #183:
URL: https://github.com/apache/mina-sshd/pull/183#discussion_r599706196
##########
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:
This is a PR for SSHD-1105. That comparison will come in a later PR,
under the SSHD-1141 topic. I prefer my PRs to be on one topic only, and not mix
concerns.
I also won't add it to #184; while that one is about Jira issue SSHD-1141,
it it about the KexExtensionHandler. But once these two are in, I'll create
another PR for that comparison.
--
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]