|
redlert |
发表于: 2002/01/08 03:05pm
|
在 /etc/pam.d/login 文件内可以找到: 在 auth required /lib/security/pam_securetty.so 前面加一个#号,注释掉就行了! |
| |
|
liusn2000 |
发表于: 2002/01/11 03:15pm
|
| 我考,这样做也太黑了,在securetty文件中加上pts/0,pts/1 |
| |
|
lamborghini |
发表于: 2002/03/07 11:55am
|
| I suggest you use putty.exe in windows. |
| |
|
alibill |
发表于: 2002/03/07 12:36pm
|
[quote][b]下面引用由[u]okwzz[/u]在 [i]2002/01/08 01:54pm[/i] 发表的内容:[/b] 我如何可以远程登录进linux? 为什么我一用root登录进linux,就说登录错误? 据说可以设securrety,可是具体如何设?网上说得太简单。我摸不着头脑。 [/quote] 先用普通用户帐号登陆,然后再 su - ,这个是最好也是最安全的方法。 Linux一般不允许ROOT直接远程登陆
|
| |
|
wind521 |
发表于: 2002/03/07 01:05pm
|
| 建议不要用TELNET,不太安全呀!用SSH会更好呀! |
| |
|
txlinux |
发表于: 2002/03/07 01:12pm
|
我平时也是用楼上 alibill 所说的这种方法,安全而方便,我赞成。 即,先 telnet 普通用户,在 su - |
| |
|
lefthand |
发表于: 2002/03/07 03:44pm
|
| 在/etc/securetty中加入pts/0,pts/1...各占一行,并在/ect/security/access.conf中加入允许登录的终端IP |
| |
|
linux |
发表于: 2002/03/14 04:07am
|
lefthand ok |
| |
|
lamborghini |
发表于: 2002/03/15 02:48am
|
| SSH is the best way, if you use telnet, others can detect your password and username. |
| |
|
白虹 |
发表于: 2002/03/15 09:26am
|
| 找找前面的帖子! |
| |
|
valentine |
发表于: 2002/09/05 08:42am
|
| 俺在redhat7.3下以上方法全用了,telnet还是connection refused. |
| |
|
我 |
发表于: 2002/09/05 08:51am
|
| 是不是开了---frirewall(iptables) |
| |
|
valentine |
发表于: 2002/09/06 11:19am
|
我在服务配置里停了iptables,选中了telnet,在/etc/securetty里加了pts/0,pts/1,pts/2, 在hosts.allow里加了in.telnetd:ALL ,在/etc/security/access.conf里加了:+:ALL:ALL, 还是不能telnet.各位再帮忙想想(redhat7.3 server)
|
| |
|
valentine |
发表于: 2002/09/06 11:29am
|
俺重起了系统,便好用了. 只配/etc/securetty ,在system service里选中telnet,停止iptables便可以了. |
| |
|
poppy99 |
发表于: 2002/12/02 04:56pm
|
我的System service里没有telnet服务,我检查了/etc/inetd.conf里面是空的,/etc/xinet.d里也没有,我该怎么添加telnet这个服务,以及还需要作一些什么别的辅助工作? 请大家帮个忙!!!!!!!!!! |
| |
|
sf007 |
发表于: 2003/01/09 03:11pm
|
[quote][b]下面引用由[u]valentine[/u]在 [i]2002/09/06 11:19am[/i] 发表的内容:[/b] 我在服务配置里停了iptables,选中了telnet,在/etc/securetty里加了pts/0,pts/1,pts/2, 在hosts.allow里加了in.telnetd:ALL ,在/etc/security/access.conf里加了:+:ALL:ALL, 还是不能telnet. 各位再帮忙想想(redh ... [/quote] /etc/securetty??这是个文件??找不到,是目录呀,我也登陆不了,只是老说不正确,可是我新建的用户呀,应该没有问题的,有没有详细点的几步设置呢??
|
| |
|
wwwzc |
发表于: 2003/01/09 03:26pm
|
[这个贴子最后由wwwzc在 2003/01/09 03:29pm 编辑]
[quote][b]下面引用由[u]poppy99[/u]在 [i]2002/12/02 04:56pm[/i] 发表的内容:[/b] 我的System service里没有telnet服务,我检查了/etc/inetd.conf里面是空的,/etc/xinet.d里也没有,我该怎么添加telnet这个服务,以及还需要作一些什么别的辅助工作? 请大家帮个忙!!!!!!!!!! [/quote] 先rpm -qa|grep telnet-server看一下有没有装telnet服务,如果没有,找到这个包(光盘、上网随你怎么找): rpm -hiv telnet-server-***.***.rpm |
| |
|
|