From a0680e72e17f0f18630c2d6305600c9ef83826ec Mon Sep 17 00:00:00 2001 From: Jeff Blaine Date: Tue, 1 Jun 2021 17:30:24 -0400 Subject: [PATCH] sshd_config for daemon, not client - typo --- docs-chef-io/content/inspec/resources/sshd_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-chef-io/content/inspec/resources/sshd_config.md b/docs-chef-io/content/inspec/resources/sshd_config.md index 59d945249..cdd5cdeb9 100644 --- a/docs-chef-io/content/inspec/resources/sshd_config.md +++ b/docs-chef-io/content/inspec/resources/sshd_config.md @@ -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') }