summaryrefslogtreecommitdiffstats
path: root/etc/inetd.conf
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-10-04 07:56:16 +0000
committerkris <kris@FreeBSD.org>2000-10-04 07:56:16 +0000
commit9753316e3532aa7647dfcf4965d1a6f0f5b3a6fb (patch)
treee80e9b02cfddcf4f6d4cfb7f8a468e1d29721e50 /etc/inetd.conf
parent6389b1b3b0767a93f3b9195c810be5b9148f6c8c (diff)
downloadFreeBSD-src-9753316e3532aa7647dfcf4965d1a6f0f5b3a6fb.zip
FreeBSD-src-9753316e3532aa7647dfcf4965d1a6f0f5b3a6fb.tar.gz
Disable rsh and rlogin by default. ssh and telnet are still available for
remote access on default installations.
Diffstat (limited to 'etc/inetd.conf')
-rw-r--r--etc/inetd.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf
index c651587..b5e4d16 100644
--- a/etc/inetd.conf
+++ b/etc/inetd.conf
@@ -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"
OpenPOWER on IntegriCloud