summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2021-01-09 12:10:03 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2021-01-09 12:10:03 +0000
commit5b93dc4364a30ac65f58051dab1b4c0d74838ec4 (patch)
treeb360c184acf08c1c95f60a3942f2963a4a2fd4fd /usr.bin/ssh/sshd
parentbf388fed1a53b7356cd50341708ceba4d32d8c7f (diff)
Add PerSourceMaxStartups and PerSourceNetBlockSize options which provide
more fine grained MaxStartups limits. Man page help jmc@, feedback & ok djm@
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 51a2fefd9d1..0768b2fb4cd 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.104 2020/01/25 23:02:14 djm Exp $
+# $OpenBSD: Makefile,v 1.105 2021/01/09 12:10:02 dtucker Exp $
.PATH: ${.CURDIR}/..
@@ -6,7 +6,7 @@ SRCS= sshd.c auth-rhosts.c auth-passwd.c sshpty.c sshlogin.c servconf.c \
serverloop.c auth.c auth2.c auth-options.c session.c auth2-chall.c \
groupaccess.c auth-bsdauth.c auth2-hostbased.c auth2-kbdint.c \
auth2-none.c auth2-passwd.c auth2-pubkey.c monitor.c monitor_wrap.c \
- sftp-server.c sftp-common.c sftp-realpath.c sandbox-pledge.c
+ sftp-server.c sftp-common.c sftp-realpath.c sandbox-pledge.c srclimit.c
SRCS+= authfd.c compat.c dns.c fatal.c hostfile.c readpass.c utf8.c uidswap.c
SRCS+= ${SRCS_BASE} ${SRCS_KEX} ${SRCS_KEXS} ${SRCS_KEY} ${SRCS_KEYP} \
${SRCS_KRL} ${SRCS_PROT} ${SRCS_PKT} ${SRCS_UTL} ${SRCS_PKCS11} \