mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix ssh_config example
This commit is contained in:
parent
1050591e33
commit
820da7f943
1 changed files with 1 additions and 1 deletions
|
@ -3888,7 +3888,7 @@ The following examples show how to use this InSpec audit resource.
|
|||
|
||||
describe ssh_config do
|
||||
its('cipher') { should contain '3des' }
|
||||
its('port') { should '22' }
|
||||
its('port') { should eq '22' }
|
||||
its('hostname') { should include('example.com') }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue