mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
7 lines
122 B
Ruby
7 lines
122 B
Ruby
|
|
||
|
return unless command('sshd').exists?
|
||
|
|
||
|
describe sshd_config do
|
||
|
its('AcceptEnv') { should include('GORDON_SERVER')}
|
||
|
end
|