NetBSD/crypto/dist/krb4/etc/inetd.conf.changes.in

35 lines
1.5 KiB
Plaintext

#
# $KTH-KRB: inetd.conf.changes.in,v 1.14 1999/11/10 14:21:07 joda Exp $
# $NetBSD: inetd.conf.changes.in,v 1.1.1.3 2002/09/12 12:22:08 joda Exp $
#
# Turn off vanilla rshd and rlogind with an informational message.
# If you really want this security problem remove the '-v' option!
shell stream tcp nowait root @prefix@/libexec/rshd rshd -l -L -v
login stream tcp nowait root @prefix@/libexec/rlogind rlogind -l -v
#
# Kerberos rsh
kshell stream tcp nowait root @prefix@/libexec/rshd rshd -L -k
ekshell stream tcp nowait root @prefix@/libexec/rshd rshd -L -k -x
ekshell2 stream tcp nowait root @prefix@/libexec/rshd rshd -L -k -x
#
# Kerberos rlogin
klogin stream tcp nowait root @prefix@/libexec/rlogind rlogind -k
eklogin stream tcp nowait root @prefix@/libexec/rlogind rlogind -k -x
#
# Kerberized telnet and ftp, consider adding '-a user' to
# disallow cleartext passwords to both telnetd and ftpd.
telnet stream tcp nowait root @prefix@/libexec/telnetd telnetd -a none
ftp stream tcp nowait root @prefix@/libexec/ftpd ftpd -l -a none
#
# Kerberized POP. Server principal is pop.hostname, *not* rcmd.hostname!
#kpop stream tcp nowait root @prefix@/libexec/popper popper -k
#
# Old POP3 with passwords in clear (not recommended, uses cleartext passwords)
#pop3 stream tcp nowait root @prefix@/libexec/popper popper
#
# Kauthd, support for putting tickets on other machines in a secure fashion.
kauth stream tcp nowait root @prefix@/libexec/kauthd kauthd
#
# Encrypted X connections
kx stream tcp nowait root @prefix@/libexec/kxd kxd