mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Disable rsh and rlogin by default. ssh and telnet are still available for
remote access on default installations.
This commit is contained in:
parent
229edd6df7
commit
fecb6ab363
1 changed files with 4 additions and 4 deletions
|
|
@ -6,8 +6,8 @@
|
|||
#
|
||||
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
|
||||
#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
|
||||
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
||||
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
|
||||
|
|
@ -98,8 +98,8 @@ ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd
|
|||
#
|
||||
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
|
||||
#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
|
||||
#
|
||||
# IPv6 "Small servers"
|
||||
|
|
|
|||
Loading…
Reference in a new issue