mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +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
|