File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ override['ssh-hardening']['ssh']['server']['listen_to'] = node['ipaddress']
71
71
* ` ['ssh-hardening']['ssh']['server']['login_grace_time'] ` - ` 30s ` . Time in which the login should be successfully, otherwise the user is disconnected.
72
72
* ` ['ssh-hardening']['ssh']['server']['max_auth_tries'] ` - ` 2 ` . The number of authentication attempts per connection
73
73
* ` ['ssh-hardening']['ssh']['server']['max_sessions'] ` - ` 10 ` . The number of sessions per connection
74
- * ` ['ssh-hardening']['ssh']['server']['max_startups'] ` - ` 10:30:100 ` . The maximum number of concurrent unauthenticated connections to the SSH daemon.
74
+ * ` ['ssh-hardening']['ssh']['server']['max_startups'] ` - ` 10:30:60 ` . The maximum number of concurrent unauthenticated connections to the SSH daemon.
75
75
* ` ['ssh-hardening']['ssh']['server']['password_authentication'] ` - ` false ` . Set to ` true ` if password authentication should be enabled
76
76
* ` ['ssh-hardening']['ssh']['server']['log_level'] ` - ` verbose ` . The log level of sshd. See ` LogLevel ` in ` man 5 sshd_config ` for possible values.
77
77
* ` ['ssh-hardening']['ssh']['server']['sftp']['enable'] ` - ` false ` . Set to ` true ` to enable the SFTP feature of OpenSSH daemon
Original file line number Diff line number Diff line change 113
113
server [ 'login_grace_time' ] = '30s'
114
114
server [ 'max_auth_tries' ] = 2
115
115
server [ 'max_sessions' ] = 10
116
- server [ 'max_startups' ] = '10:30:100 '
116
+ server [ 'max_startups' ] = '10:30:60 '
117
117
server [ 'password_authentication' ] = false
118
118
server [ 'log_level' ] = 'verbose'
119
119
server [ 'accept_env' ] = [ 'LANG' , 'LC_*' , 'LANGUAGE' ]
You can’t perform that action at this time.
0 commit comments