Skip to content

Commit

Permalink
Fixing typo in sshd_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
brimstone committed May 11, 2016
1 parent f1f6a30 commit 3a4f1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/sshd_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

control 'sshd-15' do
impact 1.0
title 'Server: Speciy UseLogin to NO'
title 'Server: Specify UseLogin to NO'
desc 'Disable legacy login mechanism and do not use login for interactive login sessions.'
describe sshd_config do
its('UseLogin') { should eq('no') }
Expand Down

0 comments on commit 3a4f1b7

Please sign in to comment.