summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
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