[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: telnet only with kerberos authentification



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