Skip to content

Commit 312d033

Browse files
committed
Merge pull request #98 from michaelklishin/patch-1
Correct recipe names in the README
2 parents 1387dfa + 65569a6 commit 312d033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ You can then access
8080

8181
Add the recipes to the run_list:
8282

83-
"recipe[ssh]"
83+
"recipe[ssh-hardening]"
8484

8585
This will install ssh-server and ssh-client. You can alternatively choose only one via:
8686

87-
"recipe[ssh::server]"
88-
"recipe[ssh::client]"
87+
"recipe[ssh-hardening::server]"
88+
"recipe[ssh-hardening::client]"
8989

9090
Configure attributes:
9191

0 commit comments

Comments
 (0)