From 7c32cdbb93079a97f5866b0437e36fcbc2c28570 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 9 Jun 2003 21:04:30 +0000 Subject: Bit of modernising. Remove old KerberosIV entries, add example sshd entries, sort internal services the same as everywhere else. --- etc/inetd.conf | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'etc/inetd.conf') diff --git a/etc/inetd.conf b/etc/inetd.conf index d3d53c1..d938936 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -8,6 +8,8 @@ # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l #ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l +#ssh stream tcp nowait root /usr/sbin/sshd sshd -i -4 +#ssh stream tcp6 nowait root /usr/sbin/sshd sshd -i -6 #telnet stream tcp nowait root /usr/libexec/telnetd telnetd #telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd #shell stream tcp nowait root /usr/libexec/rshd rshd @@ -41,9 +43,9 @@ #time dgram udp wait root internal #time dgram udp6 wait root internal #echo stream tcp nowait root internal -#echo dgram udp6 wait root internal -#echo dgram udp wait root internal #echo stream tcp6 nowait root internal +#echo dgram udp wait root internal +#echo dgram udp6 wait root internal #discard stream tcp nowait root internal #discard stream tcp6 nowait root internal #discard dgram udp wait root internal @@ -53,13 +55,6 @@ #chargen dgram udp wait root internal #chargen dgram udp6 wait root internal # -# Kerberos authenticated services -# -#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 -#kip stream tcp nowait root /usr/libexec/kipd kipd -# # CVS servers - for master CVS repositories only! You must set the # --allow-root path correctly or you open a trivial to exploit but # deadly security hole. -- cgit v1.1