-
Notifications
You must be signed in to change notification settings - Fork 70
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
Use different algorithms depending on the ssh version #166
Conversation
PR to ssh-baseline follows..(and is the reason for WIP) |
Currently this feature is server only (basically the same implementation like with privilege_separation). There is an option Below an overview over different ssh versions and supported things (key stuff is mostly based on the @atomic111 evaluation):
|
a2d1eaa
to
d9e6205
Compare
and here is the PR with tests: dev-sec/ssh-baseline#79 |
6256b93
to
34be301
Compare
The tests for failing opensuse 42.1 are in PR dev-sec/ssh-baseline#84 |
34be301
to
98375b8
Compare
for old chef versions where autodetection does not work
98375b8
to
f9baa14
Compare
@artem-sidorenko thank you for the great work. now we can tag the version to 2.0.0. awesome |
Fixes GH-162