We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1081581 commit b1c61d6Copy full SHA for b1c61d6
1 file changed
controls/sshd_spec.rb
@@ -483,7 +483,7 @@
483
impact 1.0
484
title 'Server: DH primes'
485
desc 'Verifies if strong DH primes are used in /etc/ssh/moduli'
486
- describe bash("test $(awk '$5 < 2047 && $5 ~ /^[0-9]+$/ { print $5 }' " + sshd_custom_path + "/moduli | uniq | wc -c) -eq 0") do
+ describe bash("test $(awk '$5 < 2047 && $5 ~ /^[0-9]+$/ { print $5 }' #{sshd_custom_path}/moduli | uniq | wc -c) -eq 0") do
487
its('exit_status') { should eq 0 }
488
its('stdout') { should eq '' }
489
its('stderr') { should eq '' }
0 commit comments