mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
sshd_config for daemon, not client - typo
This commit is contained in:
parent
99116a12a3
commit
a0680e72e1
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