sshd_config for daemon, not client - typo

This commit is contained in:
Jeff Blaine 2021-06-01 17:30:24 -04:00 committed by GitHub
parent 99116a12a3
commit a0680e72e1
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') }