# See "man 8 inetd" for more information. # # # #echo stream tcp nowait root internal #echo dgram udp wait root internal #discard stream tcp nowait root internal #discard dgram udp wait root internal #daytime stream tcp nowait root internal #daytime dgram udp wait root internal #chargen stream tcp nowait root internal #chargen dgram udp wait root internal #time stream tcp nowait root internal #time dgram udp wait root internal # # The external services are typically called via 'tcpd' for # security reasons, eg. # ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd # # but tcpd is not part of the inetutils, unfortunately. # Nevertheless there's a port contributed by Prentis Brooks # # We are calling the services here directly. # # These are standard services. # ftp stream tcp nowait root /var/hack/sbin/in.ftpd in.ftpd -l telnet stream tcp nowait root /var/hack/sbin/in.telnetd in.telnetd # # Shell, login, exec and talk are BSD protocols. # shell stream tcp nowait root /var/hack/sbin/in.rshd in.rshd -L login stream tcp nowait root /var/hack/sbin/in.rlogind in.rlogind -o exec stream tcp nowait root /var/hack/sbin/in.rexecd in.rexecd #talk dgram udp wait root /var/hack/sbin/in.talkd in.talkd #ntalk dgram udp wait root /var/hack/sbin/in.talkd in.talkd # # The Internet UUCP service. # #uucp stream tcp nowait uucp /var/hack/sbin/in.uucpd in.uucpd # # Tftp service is provided primarily for booting. Most sites # run this only on machines acting as "boot servers." # # tftp dgram udp wait nobody /var/hack/sbin/in.tftpd in.tftpd # ssh stream tcp nowait root /usr/sbin/sshd sshd -i