mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
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?
This commit is contained in:
parent
c0e01b9036
commit
da701298c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66568
@ -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"
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user