Heiko Muenkel <muenkel@tch.de> writes: > telnet stream tcp nowait root /usr/heimdal/libexec/telnetd -a valid > telnet stream tcp nowait root /usr/heimdal/libexec/telnetd -a user You want: telnet stream tcp nowait root /usr/heimdal/libexec/telnetd telnetd -a user (you need to specify the name that gets sent to telnetd) /assar