diff options
author | 2000-08-04 20:30:35 +0000 | |
---|---|---|
committer | 2000-08-04 20:30:35 +0000 | |
commit | ba8af415da3eb5682e116a0df3f3ebe3efb1af3d (patch) | |
tree | 2270317bb78b9abdc8b50bfcd765192d68d0021b | |
parent | unused (diff) | |
download | wireguard-openbsd-ba8af415da3eb5682e116a0df3f3ebe3efb1af3d.tar.xz wireguard-openbsd-ba8af415da3eb5682e116a0df3f3ebe3efb1af3d.zip |
MaxStartups
-rw-r--r-- | usr.bin/ssh/sshd_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 0faff9c50b9..bd90cc8d981 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/sshd_config @@ -51,4 +51,4 @@ PermitEmptyPasswords no #UseLogin no #Subsystem sftp /usr/local/sbin/sftpd -#MaxStartup 10:30:60 +#MaxStartups 10:30:60 |