mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Remove outdated SSHD example
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
822d0fadd1
commit
5d080a9d28
1 changed files with 0 additions and 8 deletions
|
@ -211,14 +211,6 @@ describe port(443) do
|
|||
end
|
||||
```
|
||||
|
||||
* Use approved strong ciphers - This test ensures that only enterprise-compliant ciphers are used for SSH servers.
|
||||
|
||||
```ruby
|
||||
describe sshd_config do
|
||||
its('Ciphers') { should eq('chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr') }
|
||||
end
|
||||
```
|
||||
|
||||
* Test your `kitchen.yml` file to verify that only Vagrant is configured as the driver. The %w() formatting will
|
||||
pass rubocop linting and allow you to access nested mappings.
|
||||
|
||||
|
|
Loading…
Reference in a new issue