You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ This cookbook provides secure ssh-client and ssh-server configurations.
39
39
*`['ssh']['use_pam']` - `false` to disable pam authentication
40
40
*`['ssh']['print_motd']` - `false` to disable printing of the MOTD
41
41
*`['ssh']['print_last_log']` - `false` to disable display of last login information
42
+
*`['ssh']['max_auth_tries']` - controls `MaxAuthTries`; the number of authentication attempts per connection.
43
+
*`['ssh']['max_sessions']` - controls `MaxSessions`; the number of sessions per connection.
42
44
*`['ssh']['deny_users']` - `[]` to configure `DenyUsers`, if specified login is disallowed for user names that match one of the patterns.
43
45
*`['ssh']['allow_users']` - `[]` to configure `AllowUsers`, if specified, login is allowed only for user names that match one of the patterns.
44
46
*`['ssh']['deny_groups']` - `[]` to configure `DenyGroups`, if specified, login is disallowed for users whose primary group or supplementary group list matches one of the patterns.
0 commit comments