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 <josephdillon01@gmail.com>
1 parent 6856723 commit aa6d891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

controls/sshd_spec.rb

Lines changed: 1 addition & 1 deletion
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)