Skip to content

Commit 867307f

Browse files
committed
Merge pull request #115 from bazbremner/document_max_auth_tries_and_max_sessions
Document MaxAuthTries and MaxSessions added in 66e7ebf
2 parents 442f0e4 + 4472eb2 commit 867307f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ This cookbook provides secure ssh-client and ssh-server configurations.
3939
* `['ssh']['use_pam']` - `false` to disable pam authentication
4040
* `['ssh']['print_motd']` - `false` to disable printing of the MOTD
4141
* `['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.
4244
* `['ssh']['deny_users']` - `[]` to configure `DenyUsers`, if specified login is disallowed for user names that match one of the patterns.
4345
* `['ssh']['allow_users']` - `[]` to configure `AllowUsers`, if specified, login is allowed only for user names that match one of the patterns.
4446
* `['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

Comments
 (0)