导航:首页 > 操作系统 > suselinuxtelnet

suselinuxtelnet

发布时间:2023-09-05 07:07:06

‘壹’ 如何在SuSE linux下安装配置telnet服务

1。如果安装了telnet、telnet-server的rpm包,就跳到2。,否则安装这个包。
2。修改telnet服务配置文件
vi
/etc/xinetd.d/telnet
service
telnet{disable
=
yes
flags
=
REUSE
socket_type
=
streamwait
=
nouser
=
root
server
=
/usr/sbin/in.telnetd
log_on_failure
+=
USERID}将disable=yes行前加#,或者改为disable=no
3。重新启动xinetd守护进程
由于telnet服务也是由xinetd守护的,所以安装完telnet-server,要启动telnet服务就必须重新启动xinetd
[root@localhost
root]#service
xinetd
restart
4。关闭系统的防火墙
linux系统默认的防火墙是“high”。
(方法:[root@localhost
root]#
setup
选择:“firewall
configuration”
选择:security
level——“no
firewall”)
5。如果想允许root以telnet登入linux主机?因为
telnet
不是很安全,自然预设的情况之下就是无法允许
root

telnet
登入
Linux
主机!想要开放
root

telnet
登入
Linux
主机的话,可以这样做:

auth
required
/lib/security/pam_securetty.so
这行前加
#
,即把这行注释掉就行

阅读全文

与suselinuxtelnet相关的资料

热点内容
php查询结果分页 浏览:450
python爬虫的可靠性 浏览:501
转不了pdf 浏览:66
bat编译成exe怎么看源码 浏览:164
服务器常用服务器地址 浏览:603
腾讯云服务器到底安不安全 浏览:163
缓解压力做法英语 浏览:652
编译器遵循的规则 浏览:17
深度优先遍历递归算法 浏览:527
服务器上的ip地址是什么意思 浏览:270
双单片机串行通信 浏览:465
vs生成的时候防止反编译 浏览:433
html入门经典pdf 浏览:805
fme连接线的命令 浏览:925
压缩机低压是什么原因 浏览:385
小程序单片机联网 浏览:559
ftp客户端命令 浏览:468
sd命令参数 浏览:868
触摸屏与51单片机通讯 浏览:323
androidsms流程 浏览:845