In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly shows you "how to detect Suse's Telnet service", which is easy to understand and clear. I hope it can help you solve your doubts. Let me lead you to study and learn this article "how to detect Suse's Telnet service".
1. Check if the Telnet service for Suse is installed (Telent-Server is not installed by default. )
# chkconfig-list
In the list, the following shows that the telnet service is installed.
Xinetd based services:
Telnet: on
If telnet-server is not installed, install the package in YaST (telnet-server is in CD2).
two。 Start the telnet service:
# chkconfig telnet on
3. Confirm that the service is started:
# chkconfig-list
Xinetd based services:
Telnet: on
When the service starts, it is displayed as on.
4. Modify the configuration file ftpusers so that root can log in
# cd / etc
# mv securetty securetty.bak
/ etc # vi ftpusers
Add comments before root so that root can log in.
# root
Save and exit.
5. Modify the number of telnet terminals that can be connected simultaneously
# cd / etc
# vi xinetd.conf
Modify the number of instances:
Instances = 150
Save and exit.
6. Restart the service:
# / etc/init.d/xinetd restart
Shutting down xinetd: done
The above is all the contents of the article "how to detect Suse's Telnet Services". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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.