如何能以root用户登陆telnet(Redhat)
时间:2007-05-26 来源:xiaomao2006
1.查看telnet服务是否启动
chkconfig telnet on
或修改/etc/xinetd.d/telnet文件
2.注释掉/etc/pam.d/login文件中的
auth required pam_securetty.so
3.在/etc/securetty中加入
pts/0,pts/1,pts/2,...
4.重启服务
service xinetd restart
相关阅读 更多 +
排行榜 更多 +