-
Notifications
You must be signed in to change notification settings - Fork 77
OpenSSH 8.0 KEXs support #172
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
Signed-off-by: sfuerte <16941995+sfuerte@users.noreply.github.com>
Signed-off-by: sfuerte <16941995+sfuerte@users.noreply.github.com>
There was a problem hiding this 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
libraries/ssh_crypto.rb
Outdated
when /^42\./ | ||
kex = kex66 | ||
end | ||
kex = inspec.os[:release] == '15.2' ? kex80 : kex66 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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>
Great addition @sfuerte |
as per #144
added URLs for future package version quick reference & check; can be removed though.