On Tue, 15 Jan 2002 20:07:13 +0100, Michael Wandinger
>Hello Alok,
>> Hi,
>> I have got two computers in my room, one running windows, and the other one
>> with debian linux. If I telnet to the debian machine from the windows
>> machine, I can logon as a normal user, but I can't logon as root. Why not ?
>> How can I solve this ? I want to logon as root so that I don't need to
>> unplug/replug my monitor each time, since I only have one monitor for two
>> computers.
>do a "su -" on the Linux Box, so you would get root.
>This is a security-adjustment, because Telnet transport passwords as
>cleartext over the network.
>The best you can do is deinstall telnetd and install sshd (Secure Shell
>Daemon).
>At home you could risk to allow root-login per sshd or telnet, too.
Telnet transports everything clear text, so doing 'su' after the fact is
still going to give anyone sniffing the password (not to mention a valid
user account to 'su' from). SSH is the way.
Unless... he's talking about telnetting between 2 machines on a home
network behind a firewall with telnet blocked off on the external interface,
then there's no problem. Just at pts/1 to the top of the /etc/securetty
file, and telnetd will happily log you in directly as root.
Marc