Linux as4开启telnet,Red hat AS4开启telnet过程
這里寫一個(gè)Red hat AS4開啟telnet過程開啟過程,按照以下步驟(4個(gè)步驟)就可以了:
1、確定你的telnet服務(wù)打開沒有:
[root@111 ~]# chkconfig --list|grep telnet
telnet: off
krb5-telnet:??? off
[root@111 ~]#
注意檢查結(jié)果這里是關(guān)閉狀態(tài)
2、打開telnet服務(wù):
[root@111 ~]# chkconfig --level 35 telnet on
[root@111 ~]# chkconfig --list|grep telnet
telnet: on
krb5-telnet:??? off
[root@111 ~]#
檢查已經(jīng)被打開了
3、修改登陸文件securetty,主要增加要登陸的終端點(diǎn)
[root@111 ~]# vi /etc/securetty
增加幾個(gè)pts/x:
pts/0
pts/1
pts/2
pts/3
pts/4
pts/5
……
保存退出:
4、測(cè)試登錄:
[root@111 ~]# telnet 192.168.0.201
Trying 192.168.0.201...
Connected to 111 (192.168.0.201).
Escape character is '^]'.
Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
Kernel2.6.9-34.EL on an i686
login: root
Password:
Last login: Tue Sep 12 14:48:38 from 111
[root@111 ~]#
測(cè)試登陸正常,如果說像其他的外界因素的影響,請(qǐng)先排除外界的,比如:iptables和selinu
總結(jié)
以上是生活随笔為你收集整理的Linux as4开启telnet,Red hat AS4开启telnet过程的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android壁纸居中,Android
- 下一篇: 使用matlab播放特定频率的声音