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
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ This cookbook provides secure ssh-client and ssh-server configurations. This coo
46
46
*`['ssh-hardening']['ssh']['print_motd']` - `false` to disable printing of the MOTD
47
47
*`['ssh-hardening']['ssh']['print_last_log']` - `false` to disable display of last login information
48
48
*`['ssh-hardening']['ssh']['banner']` - `nil` to disable banner or provide a path like '/etc/issue.net'
49
+
*`['ssh-hardening']['ssh']['os_banner']` - `false` to disable version information during the protocol handshake (debian family only)
49
50
*`['ssh-hardening']['ssh']['max_auth_tries']` - controls `MaxAuthTries`; the number of authentication attempts per connection.
50
51
*`['ssh-hardening']['ssh']['max_sessions']` - controls `MaxSessions`; the number of sessions per connection.
51
52
*`['ssh-hardening']['ssh']['deny_users']` - `[]` to configure `DenyUsers`, if specified login is disallowed for user names that match one of the patterns.
0 commit comments