From 7cccb380a7af47f6d4d83c5ced3953316c7cf7f5 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 26 Sep 1999 23:07:34 +0000 Subject: [PATCH] disable telnet/ftp/login by default, for now --- src/etc/inetd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 7fd52890..7b048eed 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,11 +1,11 @@ -# $OpenBSD: inetd.conf,v 1.31 1999/04/10 05:13:42 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.32 1999/09/26 23:07:34 deraadt Exp $ # # Internet server configuration database # -ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US -telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k +#ftp stream tcp nowait root /usr/libexec/ftpd ftpd -US +#telnet stream tcp nowait root /usr/libexec/telnetd telnetd -k #shell stream tcp nowait root /usr/libexec/rshd rshd -L -login stream tcp nowait root /usr/libexec/rlogind rlogind +#login stream tcp nowait root /usr/libexec/rlogind rlogind #exec stream tcp nowait root /usr/libexec/rexecd rexecd #uucpd stream tcp nowait root /usr/libexec/uucpd uucpd finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -lsm