summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-10-11 04:02:19 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-10-11 04:02:19 +0000
commit8ef2c7e4d780ac0f723a5d73bf24723ed8ef3cbd (patch)
tree0564ffe59ef6df32e25ab2ae8b01b6c2aa9115b6 /usr.bin/ssh/sshd
parentf51b9361bdced13cc5b955d542ca6120d8b62be7 (diff)
First rough implementation of the diffie-hellman group exchange. The
client can ask the server for bigger groups to perform the diffie-hellman in, thus increasing the attack complexity when using ciphers with longer keys. University of Windsor provided network, T the company.
Diffstat (limited to 'usr.bin/ssh/sshd')
-rw-r--r--usr.bin/ssh/sshd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/sshd/Makefile b/usr.bin/ssh/sshd/Makefile
index 0adfcd6391f..4938d58744d 100644
--- a/usr.bin/ssh/sshd/Makefile
+++ b/usr.bin/ssh/sshd/Makefile
@@ -9,7 +9,7 @@ CFLAGS+=-DHAVE_LOGIN_CAP
SRCS= sshd.c auth-rhosts.c auth-passwd.c auth-rsa.c auth-rh-rsa.c \
pty.c log-server.c login.c servconf.c serverloop.c \
- auth.c auth1.c auth2.c auth-options.c session.c
+ auth.c auth1.c auth2.c auth-options.c session.c dh.c
.include <bsd.own.mk> # for KERBEROS and AFS