> why multiple entries in /etc/inetd.conf? should there not be > only one line for sshd? ssh stream tcp nowait/6/150 root /usr/sbin/sshd sshd -i -f /var/etc/sshd_conf ssh stream tcp6 nowait/6/150 root /usr/sbin/sshd sshd -i -f /var/etc/sshd_conf but why a daemon and inetd.conf?