Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
12-10-2001, 05:48 PM
|
#1
|
Member
Registered: Dec 2001
Posts: 53
Rep:
|
Telnetting
I have the telnet service running ok, I can connect fine, but when I try to login as root I get a login incorrect. I have tried 'telnet localhost' from the actual host machine, and recieve this error, as well as when trying to telnet in from another box on the network.
I am sure the password is correct-because when I start the box the password logs me in fine.
I'm a complete newb to linux so if there is anything other than starting the telnet service I need to do-please let me know =)
Thanks a ton,
Jeff
|
|
|
12-10-2001, 06:05 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you can't log in as root over telnet, as it's deemed too insecure.
it's possible to enable it, but it's not recommended.
if you really want to reduce your security then you can adding the lines to /etc/securetty:
...
pts/0
pts/1
pts/2
...
pts/10
but as i said, it's not recommended
|
|
|
12-10-2001, 06:10 PM
|
#3
|
Member
Registered: Dec 2001
Posts: 53
Original Poster
Rep:
|
Ok, I basically want to administer the webserver remotely-and be able to have root permissions. How would I go about setting up a shell account that would allow me to admin the system remotely from either a telnet or SSH connection?
|
|
|
12-10-2001, 06:16 PM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well, either telnet as a normal user, and then su locally (not nice really but it'll work fine) or yeah, install ssh on the server. ssh is vastly more secure than telnet, so you're fine logging in as root. there are still various ways to hack it, but they're much harder etc... just install the server. i'd recommend openssh, and it should work uot of the box really.
|
|
|
All times are GMT -5. The time now is 03:38 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|