From 7f20dac448c80458af69ce95eb908eddc1f4e3aa Mon Sep 17 00:00:00 2001 From: art <> Date: Wed, 18 Feb 1998 07:26:44 +0000 Subject: [PATCH] add encrypted rsh and kauthd (kerberos) --- src/etc/inetd.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 5ba21a06..bef10fe8 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.21 1998/02/10 19:58:49 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.22 1998/02/18 07:26:44 art Exp $ # # Internet server configuration database # @@ -29,6 +29,9 @@ time stream tcp nowait root internal #klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k #eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x #kshell stream tcp nowait root /usr/libexec/rshd rshd -k +#ekshell stream tcp nowait root /usr/libexec/rshd rshd -L -k -x +#ekshell2 stream tcp nowait root /usr/libexec/rshd rshd -L -k -x +#kauth stream tcp nowait root /usr/libexec/kauthd kauthd # Services run ONLY on the Kerberos server #krbupdate stream tcp nowait root /usr/libexec/registerd registerd #kpasswd stream tcp nowait root /usr/libexec/kpasswdd kpasswdd