summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-06-09 21:04:30 +0000
committermarkm <markm@FreeBSD.org>2003-06-09 21:04:30 +0000
commit7c32cdbb93079a97f5866b0437e36fcbc2c28570 (patch)
treeb8b86f58d6c7e01164e5db0df0d3b472f8fd7256 /etc/inetd.conf
parent7f6beb5e904869ebbc8f55c775464d784c52c7c6 (diff)
downloadFreeBSD-src-7c32cdbb93079a97f5866b0437e36fcbc2c28570.zip
FreeBSD-src-7c32cdbb93079a97f5866b0437e36fcbc2c28570.tar.gz
Bit of modernising. Remove old KerberosIV entries, add example
sshd entries, sort internal services the same as everywhere else.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf13
1 files changed, 4 insertions, 9 deletions
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.
OpenPOWER on IntegriCloud