We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1387dfa commit 65569a6Copy full SHA for 65569a6
README.md
@@ -80,12 +80,12 @@ You can then access
80
81
Add the recipes to the run_list:
82
83
- "recipe[ssh]"
+ "recipe[ssh-hardening]"
84
85
This will install ssh-server and ssh-client. You can alternatively choose only one via:
86
87
- "recipe[ssh::server]"
88
- "recipe[ssh::client]"
+ "recipe[ssh-hardening::server]"
+ "recipe[ssh-hardening::client]"
89
90
Configure attributes:
91
0 commit comments