Skip to content

Commit 65569a6

Browse files
Correct recipe names in the README
1 parent 1387dfa commit 65569a6

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)