From cf189c936dac251c551e3d60ba3dfc543047623a Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 10 Apr 1999 05:13:42 +0000 Subject: [PATCH] rsh off by default --- src/etc/inetd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index fa788247..7fd52890 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,10 +1,10 @@ -# $OpenBSD: inetd.conf,v 1.30 1998/12/19 01:27:35 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.31 1999/04/10 05:13:42 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 -shell stream tcp nowait root /usr/libexec/rshd rshd -L +#shell stream tcp nowait root /usr/libexec/rshd rshd -L 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