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

Re: Enforcing encryption



Ake Sandgren <ake@cs.umu.se> writes:

> Is there a way to enforce encryption in telnetd/rshd et.al?

For telnet you can remove the non-mutual variants in libtelnet/auth.c,
but you can't do anything from the command line.

For rsh you can pass the -x flag to rshd.

/Johan