You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Therefore the installation of the ssh modules does not produce the expected output:
rspec /tmp/busser/suites/serverspec/ssh_spec.rb:142 # check sshd_config File "/etc/ssh/sshd_config" content should match /^MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160$/
rspec /tmp/busser/suites/serverspec/ssh_spec.rb:142 # check sshd_config File "/etc/ssh/sshd_config" content should match /^KexAlgorithms diffie-hellman-group-exchange-sha256$/
rspec /tmp/busser/suites/serverspec/ssh_spec.rb:142 # check sshd_config File "/etc/ssh/sshd_config" content should match /^UsePrivilegeSeparation sandbox$/
rspec /tmp/busser/suites/serverspec/ssh_spec.rb:142 # check ssh_config File "/etc/ssh/ssh_config" content should match /^MACs hmac-sha2-512,hmac-sha2-256,hmac-ripemd160$/
rspec /tmp/busser/suites/serverspec/ssh_spec.rb:142 # check ssh_config File "/etc/ssh/ssh_config" content should match /^KexAlgorithms diffie-hellman-group-exchange-sha256$/
The text was updated successfully, but these errors were encountered:
chris-rock
changed the title
Wrong detection of os version number on debian 8 (prerelease)
Wrong detection of os version number on debian 8
Apr 27, 2015
As already detected with dev-sec/puppet-ssh-hardening/issues/48 debian 8 does not return its version number with
cat /etc/debian_version
Therefore the installation of the ssh modules does not produce the expected output:
The text was updated successfully, but these errors were encountered: