Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Foreport - Clarify key_rsa docs regarding SSH keys (#6507) #45

Merged
merged 1 commit into from
May 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-chef-io/content/inspec/resources/key_rsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platform = "os"

Use the `key_rsa` Chef InSpec audit resource to test RSA public/private keypairs.

This resource is mainly useful when used in conjunction with the x509_certificate resource but it can also be used for checking SSH keys.
This resource is mainly useful when used in conjunction with the x509_certificate resource, but it can also be used for checking RSA-based SSH keys.

## Availability

Expand Down