mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Merge pull request #5549 from jblaine/patch-1
sshd_config is for daemon, not client - typo
This commit is contained in:
commit
f97c6db8fe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ This resource first became available in v1.0.0 of InSpec.
|
|||
|
||||
## Syntax
|
||||
|
||||
An `sshd_config` resource block declares the client OpenSSH configuration data to be tested:
|
||||
An `sshd_config` resource block declares the OpenSSH daemon configuration data to be tested:
|
||||
|
||||
describe sshd_config('path') do
|
||||
its('name') { should include('foo') }
|
||||
|
|
Loading…
Reference in a new issue