Skip to content

Commit 9a5b537

Browse files
committed
func: configure MaxStartups parameter to '10:30:60'
1 parent f5f56a2 commit 9a5b537

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

hardening/SSHD Hardening/harden-sshd.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ declare -A C_SSHD_CONFIG=(
7474
["ClientAliveIntervalRegex"]='^#?ClientAliveInterval\s+.*$'
7575
["ClientAliveCountMax"]="2"
7676
["ClientAliveCountMaxRegex"]='^#?ClientAliveCountMax\s+.*$'
77+
["MaxStartups"]="10:30:60"
78+
["MaxStartupsRegex"]='^#?MaxStartups\s+.*$'
7779
)
7880
readonly C_SSHD_CONFIG
7981

0 commit comments

Comments
 (0)