In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.