Sha256: 8d514bc47c226d2e56d12863f695fa7e99238d83af7763b7fe7acc31286c8767

Contents?: true

Size: 1.08 KB

Versions: 158

Compression:

Stored size: 1.08 KB

Contents

title 'SSH Server Configuration'

control 'ssh-1' do
  impact 1.0

  title 'Allow only SSH Protocol 2'
  desc 'Only SSH protocol version 2 connections should be permitted.
        The default setting in /etc/ssh/sshd_config is correct, and can be
        verified by ensuring that the following line appears: Protocol 2'

  tag 'production','development'
  tag 'ssh','sshd','openssh-server'

  tag cce: 'CCE-27072-8'
  tag disa: 'RHEL-06-000227'

  tag nist: 'AC-3(10).i'
  tag nist: 'IA-5(1)'

  tag cci: 'CCI-000776'
  tag cci: 'CCI-000774'
  tag cci: 'CCI-001436'

  tag remediation: 'stig_rhel6/recipes/sshd-config.rb'
  tag remediation: 'https://supermarket.chef.io/cookbooks/ssh-hardening'

  ref 'NSA-RH6-STIG - Section 3.5.2.1', url: 'https://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf'
  ref 'DISA-RHEL6-SG - Section 9.2.1', url: 'http://iasecontent.disa.mil/stigs/zip/Jan2016/U_RedHat_6_V1R10_STIG.zip'
  ref 'http://people.redhat.com/swells/scap-security-guide/RHEL/6/output/ssg-centos6-guide-C2S.html'

  describe file('/bin/sh') do
    it { should be_owned_by 'root' }
  end
end

Version data entries

158 entries across 158 versions & 2 rubygems

Version Path
inspec-1.29.0 examples/profile/controls/meta.rb
inspec-1.28.1 examples/profile/controls/meta.rb
inspec-1.28.0 examples/profile/controls/meta.rb
inspec-1.27.0 examples/profile/controls/meta.rb
inspec-1.26.0 examples/profile/controls/meta.rb
inspec-1.25.1 examples/profile/controls/meta.rb
inspec-1.25.0 examples/profile/controls/meta.rb
inspec-1.24.0 examples/profile/controls/meta.rb
inspec-1.23.0 examples/profile/controls/meta.rb
inspec-1.22.0 examples/profile/controls/meta.rb
inspec-1.21.0 examples/profile/controls/meta.rb
inspec-1.20.0 examples/profile/controls/meta.rb
inspec-1.19.2 examples/profile/controls/meta.rb
inspec-1.19.1 examples/profile/controls/meta.rb
inspec-1.19.0 examples/profile/controls/meta.rb
inspec-1.18.0 examples/profile/controls/meta.rb
inspec-1.17.0 examples/profile/controls/meta.rb
inspec-1.16.1 examples/profile/controls/meta.rb
inspec-1.16.0 examples/profile/controls/meta.rb
inspec-1.15.0 examples/profile/controls/meta.rb