rexecd was on in the default installation. rexecd is not your a secure friend.
those who want it should have to turn it on explicitly
This commit is contained in:
parent
a44f7c9216
commit
867ef8b92e
|
@ -7,7 +7,7 @@ ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
|
||||||
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
|
||||||
shell stream tcp nowait root /usr/libexec/rshd rshd
|
shell stream tcp nowait root /usr/libexec/rshd rshd
|
||||||
login stream tcp nowait root /usr/libexec/rlogind rlogind
|
login stream tcp nowait root /usr/libexec/rlogind rlogind
|
||||||
exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
||||||
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
|
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
|
||||||
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
|
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
|
||||||
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
|
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
|
||||||
|
|
Loading…
Reference in New Issue