mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
6 lines
121 B
Ruby
6 lines
121 B
Ruby
|
|
return unless command('sshd').exist?
|
|
|
|
describe sshd_config do
|
|
its('AcceptEnv') { should include('GORDON_SERVER')}
|
|
end
|