Koozali.org: home of the SME Server

Can't Telnet as ROOT

Tim Jabaut

Can't Telnet as ROOT
« on: November 07, 2001, 08:18:50 PM »
I am not able to TELNET into my new e-Smith v5 box. I have been able to execute a chsh to allow a user to TELNET in no problem, and I can also login via SSH as ROOT, but I am unable to get plain TELNET access as ROOT.

I know that it seems trivial, but I would just like to know why I can not do this.

sage

Re: Can't Telnet as ROOT
« Reply #1 on: November 07, 2001, 10:22:03 PM »
RTFM

Its a security thing,  telnet sends passwords as cleartext so anyone can snoop your root password.

Sage

Kees

Re: Can't Telnet as ROOT
« Reply #2 on: November 07, 2001, 10:45:44 PM »
Try Putty!

Micheal Kelly

Re: Can't Telnet as ROOT
« Reply #3 on: November 08, 2001, 01:14:40 AM »
Ack!  Bad!  Bad!  Evil!  Nasty!

As someone else has already pointed out (and I'm going to repeat, so the message gets across), telnet is BAD.  Telnet sends *everything*, including those passwords you type, across the network in plaintext.  Which means anyone with a packet sniffer can *easily* grab your root password and compromise your security.

SSH on the other hand, encrypts traffic from client to server and vice versa.

Scott Smith

Re: Can't Telnet as ROOT
« Reply #4 on: November 08, 2001, 02:09:55 AM »
And just to make sure everyone understands, putting double locks on all the doors will keep most criminals from using your doors -- especially if the windows are wide open...

Scott Smith

Re: Can't Telnet as ROOT
« Reply #5 on: November 08, 2001, 02:11:20 AM »
... and if the double locks are of low quality, they may choose to use the doors anyway.