inspec/test/resource/sshd_config.rb
2015-09-22 02:27:03 +02:00

6 lines
121 B
Ruby

return unless command('sshd').exist?
describe sshd_config do
its('AcceptEnv') { should include('GORDON_SERVER')}
end