summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-10-03 00:08:15 +0000
committerjkh <jkh@FreeBSD.org>2000-10-03 00:08:15 +0000
commit01476c6091e1afde9154ee32318f5d375b352a53 (patch)
tree7a4e3cfe6738ab33df27613e63b3b2443635963f /etc/inetd.conf
parent14557f318d0dc9a4029f7715e44fd6af86681fd1 (diff)
downloadFreeBSD-src-01476c6091e1afde9154ee32318f5d375b352a53.zip
FreeBSD-src-01476c6091e1afde9154ee32318f5d375b352a53.tar.gz
Turn fingerd OFF by default. Comparative essentials like telnetd
are bad enough, but finger is hardly a critical system service and it's traditionally been vulnerable to a variety of attacks; anybody remember RTFM and his worm?
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index 4e62301..c651587 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -8,7 +8,7 @@ ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
shell stream tcp nowait root /usr/libexec/rshd rshd
login stream tcp nowait root /usr/libexec/rlogind rlogind
-finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
+#finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
@@ -100,7 +100,7 @@ ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -l
telnet stream tcp6 nowait root /usr/libexec/telnetd telnetd
shell stream tcp6 nowait root /usr/libexec/rshd rshd
login stream tcp6 nowait root /usr/libexec/rlogind rlogind
-finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
+#finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s
#
# IPv6 "Small servers"
#
OpenPOWER on IntegriCloud