跳过导航.
主页

欲用telnet登录root用户red hat linux应如何做?

用户, Linux, Red Hat

欲用telnet登录root用户red hat linux应如何做?
请高手赐教。
谢谢。



评论查看选项

选择您喜欢的显示评论的模式,并点击"保存设置"来激活您所做的改变。

All you do is loggin under a user, and then su and type in ur password for root and walla, ur root user
Root access by telnet is a Very Bad Idea . If you really want this level of remote access, at least use SSH.
If u want direct root login,Edit /etc/hosts.allow
Or you need to edit the /etc/default/login file and comment out or otherwise change the
CONSOLE= line.

This file's CONSOLE entry can actually be used in a variety of ways:

1) CONSOLE=/dev/console (default) - direct root logins only on console
2) CONSOLE=/dev/ttya - direct root logins only on /dev/ttya
3) CONSOLE= - direct root logins disallowed everywhere
4) #CONSOLE (or delete the line) - root logins allowed everywhere
/etc/hosts.equiv is still supported, but there is no default.