dev-sec / puppet-ssh-hardening

This puppet module provides secure ssh-client and ssh-server configurations.
http://dev-sec.io/
59 stars 31 forks source link

Algo selection should be based on SSH version, not OS release #45

Open bernhardschmidt opened 9 years ago

bernhardschmidt commented 9 years ago

The current approach to select Cipher/Kex/MAC based on the distribution name and the OS release is not very good. It does not account for

saz/ssh ships a facter plugin to retrieve the ssh server version. This should be a lot better.

# facter -p | grep ssh_server_version
ssh_server_version_full => 6.7p1
ssh_server_version_major => 6.7
ssh_server_version_release => 6.7
artem-sidorenko commented 5 years ago

@bernhardschmidt @pookey many thanks for raising this issues!

You are totally right, this was already changed in chef-ssh-hardening and it's currently work-in-progress in ssh-baseline.

We lack on the maintenance resources, especially in the puppet area. @mcgege is the only person right now in this area, so puppet-ssh-hardening puppet-ssh-hardening isn't getting the same amount of love as other parts of dev-sec.io.

If you have a possibility and the time to support us and give some maintenance work and love to the puppet area - it would be amazing!