Click to See Complete Forum and Search --> : basic Telnet and user account question...
VWGuy
12-05-2005, 05:12 PM
I've set up a user account on a Red Hat Enterprise 3 system via the useradd command, user1 (no additional switches to add the account to any particular group). When I try to telnet to this account from another computer, it tells me that the password is incorrect. I then give it a simple password and I get the same error. Then I try adding another account via the GUI tool and telnet into it, and it allows me access. I'm assuming there's some sort of group or permission that I didn't specify in the useradd command thats causing the behavior in question, but I'm not certain. Can anyone point me in the right direction?
Thanks!
dkeav
12-05-2005, 05:30 PM
dunno about the weirdness of redhat, but you might want to consider using ssh instead of telnet
VWGuy
12-05-2005, 05:48 PM
Yea, I know about SSH, however the requirement I have for the training class I'm setting up is that I have to use good ol' port 23. Something about a windows app that needs telnet connectivity on the linux box.
dkeav
12-05-2005, 06:09 PM
glad to see we are not sacrificing function for form again, or in this case security
VWGuy
12-05-2005, 06:17 PM
Yup...All you need is ethereal and you've got everything. This on an internal LAN though, so security's not really that big of deal (no outside i'net access)...
bburton
12-06-2005, 01:44 AM
Yup...All you need is ethereal and you've got everything. This on an internal LAN though, so security's not really that big of deal (no outside i'net access)...
Thinking like that can get you in a lot of trouble.