inspec/test/resource/sshd_config.rb
Christoph Hartmann 8fff2ee989 add author header
2015-10-06 18:55:44 +02:00

9 lines
195 B
Ruby

# encoding: utf-8
# author: Dominik Richter
# author: Christoph Hartmann
return unless command('sshd').exist?
describe sshd_config do
its('AcceptEnv') { should include('GORDON_SERVER') }
end