inspec/test/resource/sshd_config.rb

7 lines
139 B
Ruby
Raw Normal View History

2015-09-25 19:16:07 +02:00
# encoding: utf-8
return unless command('sshd').exist?
describe sshd_config do
2015-09-25 19:16:07 +02:00
its('AcceptEnv') { should include('GORDON_SERVER') }
end