Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The implementation method of installing telnet Service under CentOS7

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

The implementation method of installing telnet Service under CentOS7

Today, I upgraded openssl and openssh under Centos 7 and installed telnet by the way.

# install telnet to avoid ssh being unable to log in

Yum-y install xinetd telnet telnet-server

# allow root account to log in

Vi / etc/securetty

# add two lines at the end

Pts/0 pts/1

# add Firewall Port

Vi / etc/sysconfig/iptables-An INPUT-p tcp-m state-- state NEW-m tcp-- dport 23-j ACCEPT

# restart the service and shut down firewalld

Systemctl restart iptables systemctl disable firewalld systemctl stop firewalld

# Registration Service

Systemctl enable telnet.socket systemctl start telnet.socket systemctl enable xinetd systemctl start xinetd

The / etc/xinetd.d/telnet file was not generated by installing telnet under # centos7. I wrote one according to the previous configuration, which seems to be useless, and I didn't find any more information on the Internet.

# now this is enough for temporary use

If you have any questions, please leave a message or go to the community to exchange and discuss, thank you for reading, hope to help you, thank you for your support!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report