ssh-baseline icon indicating copy to clipboard operation
ssh-baseline copied to clipboard

control sshd-14 fails on Amazon Linux

Open jonasduarte opened this issue 8 years ago • 0 comments

Amazon Linux set the parameter HostKey on the file “/etc/ssh/sshd_config” with the value "/etc/ssh/ssh_host_rsa_key", causing the control sshd-14 to fail.

To get it fixed I added a condition on the code block that set the valid_algorithms on the file ssh_crypto.rb, stating that when inspec.os[:name] returns ’amazon’, alg = alg53.

jonasduarte avatar Aug 15 '17 19:08 jonasduarte