File tree Expand file tree Collapse file tree
bosh-stemcell/spec/support
stemcell_builder/stages/base_ssh Expand file tree Collapse file tree Original file line number Diff line number Diff line change 238238 expect ( sshd_config . content ) . to match ( /^MaxAuthTries 3$/ )
239239 end
240240
241- it "sets MaxStartups to 10:30:100 " do
242- expect ( sshd_config . content ) . to match ( /^MaxStartups 10:30:100 $/ )
241+ it "sets MaxStartups to 10:30:60 " do
242+ expect ( sshd_config . content ) . to match ( /^MaxStartups 10:30:60 $/ )
243243 end
244244
245245 it "sets PermitEmptyPasswords to no (stig: V-38614)" do
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sed "/^ *MaxAuthTries/d" -i $chroot/etc/ssh/sshd_config
2525echo ' MaxAuthTries 3' >> $chroot /etc/ssh/sshd_config
2626
2727sed " /^ *MaxStartups/d" -i $chroot /etc/ssh/sshd_config
28- echo ' MaxStartups 10:30:100 ' >> $chroot /etc/ssh/sshd_config
28+ echo ' MaxStartups 10:30:60 ' >> $chroot /etc/ssh/sshd_config
2929
3030sed " /^ *PermitEmptyPasswords/d" -i $chroot /etc/ssh/sshd_config
3131echo ' PermitEmptyPasswords no' >> $chroot /etc/ssh/sshd_config
You can’t perform that action at this time.
0 commit comments