Merge pull request #5549 from jblaine/patch-1

sshd_config is for daemon, not client - typo
This commit is contained in:
Clinton Wolfe 2021-06-03 18:56:40 -04:00 committed by GitHub
commit f97c6db8fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') }