Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-42959] Return host algorithms if in known_host and we support them #11

Merged
merged 2 commits into from Apr 10, 2017

Conversation

mc1arke
Copy link
Member

@mc1arke mc1arke commented Apr 2, 2017

Currently calling KnownHosts.getPreferredServerHostkeyAlgorithmOrder(String) always returns null since the initial preferredAlgo variable is set to null and never updated. This prevents this method being any use for identifying preferred algorithms to use for the likes of JENKINS-42959.

Probably a good idea to merge #10 first to allow tests to be executed

@paladox
Copy link
Contributor

paladox commented Apr 4, 2017

Would this be able to be merged please?

@paladox
Copy link
Contributor

paladox commented Apr 5, 2017

The tests patch has been merged :)

@paladox
Copy link
Contributor

paladox commented Apr 5, 2017

@mc1arke Can this be merged or should we wait 24 hours?

@mc1arke
Copy link
Member Author

mc1arke commented Apr 5, 2017

The 24 hours I wait is a minimum time which is long past on this. As this is a small change I'm fairly comfortable that a further review of this isn't essential, however I'm working on other requests just now so will only merge this once I have time to focus on this properly.

@paladox
Copy link
Contributor

paladox commented Apr 5, 2017

ok thanks :)

@mc1arke mc1arke force-pushed the JENKINS-42959-identify-supported-known-host-keys branch from 7733cf2 to 41554f4 Compare April 10, 2017 19:26
@mc1arke mc1arke merged commit 4e0e9e1 into master Apr 10, 2017
@mc1arke mc1arke deleted the JENKINS-42959-identify-supported-known-host-keys branch April 10, 2017 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants