linux系统使用telnet连接


一、背景

工作环境中linux服务器防火墙(iptables -nL)、网络(ping baidu.com)和ssh(进程,端口)均为发现问题,设备又处于异地机房,所以想到了通过开启telnet服务来先保证可连接,在慢慢解决问题

二、部署

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum -y install xinetd telnet-server
systemctl restart telnet.socket
systemctl restart xinetd
vim /etc/pam.d/remote    

注释掉第一行
#auth required pam_securetty.so

原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/275544.html

(0)
上一篇 2022年7月20日
下一篇 2022年7月20日

相关推荐

发表回复

登录后才能评论