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

OpenSSH 8.0 KEXs support #172

Merged
merged 3 commits into from
May 25, 2020
Merged

OpenSSH 8.0 KEXs support #172

merged 3 commits into from
May 25, 2020

Conversation

sfuerte
Copy link
Contributor

@sfuerte sfuerte commented May 22, 2020

as per #144
added URLs for future package version quick reference & check; can be removed though.

Signed-off-by: sfuerte <16941995+sfuerte@users.noreply.github.com>
Signed-off-by: sfuerte <16941995+sfuerte@users.noreply.github.com>
Copy link
Member

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much @sfuerte for that addition. It looks great. I added a minor idea for improvement

when /^42\./
kex = kex66
end
kex = inspec.os[:release] == '15.2' ? kex80 : kex66
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should ensure that all versions 15.x > 15.2 should use kex80

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure, updated below.

Signed-off-by: sfuerte <16941995+sfuerte@users.noreply.github.com>
@chris-rock chris-rock merged commit 2980965 into dev-sec:master May 25, 2020
@chris-rock
Copy link
Member

Great addition @sfuerte

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants