Skip to content

Commit

Permalink
Merge pull request #61 from brimstone/patch-1
Browse files Browse the repository at this point in the history
Fixing typo in sshd_spec.rb
  • Loading branch information
atomic111 committed May 12, 2016
2 parents f1f6a30 + 3a4f1b7 commit 3e058d0
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 3e058d0

Please sign in to comment.