Skip to content

Commit aa6d891

Browse files
authored
Change "Disable IgnoreRhosts" to "Enable IgnoreRhosts" (#187)
* Update sshd_spec.rb changed "Disable IgnoreRhosts" to "Enable IgnoreRhosts" to make the title match the control. * Update sshd_spec.rb changed "Disable IgnoreRhosts" to "Enable IgnoreRhosts" to make the title match the control. Signed-off-by: Joseph Dillon <[email protected]>
1 parent 6856723 commit aa6d891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controls/sshd_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273

274274
control 'sshd-23' do
275275
impact 1.0
276-
title 'Server: Disable IgnoreRhosts'
276+
title 'Server: Enable IgnoreRhosts'
277277
desc 'Ignore legacy .rhosts configuration, because rhosts are a weak way to authenticate systems and provide attacker more ways to enter the system.'
278278
describe sshd_config(sshd_custom_path + '/sshd_config') do
279279
its('IgnoreRhosts') { should eq('yes') }

0 commit comments

Comments
 (0)