Skip to content

Commit 9f3c306

Browse files
Wrap SSH MaxStartups in quotes
1 parent d5dd238 commit 9f3c306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ system:
77
{%- endif -%}
88
sshd:
99
config:
10-
MaxStartups: 100:30:100
10+
MaxStartups: "100:30:100"
1111
PasswordAuthentication: no
1212
PermitRootLogin: no
1313
rsyslog:

0 commit comments

Comments
 (0)