Management of linux Remote Login tools

Source: Internet
Author: User

Linux Remote Login tool management 1. linux check whether the telnet service is installed with rpm-qa telnet if the system has not installed the Telnet service, insert the system disk for installation. 2. Start and Stop the telnet service. the Telnet service does not run as an independent daemon like other services (such as HTTP and FTP). It uses the xinetd program for management, which not only improves security, you can also use xinetd to manage the configuration of the Telnet server. After the Telnet service is installed, it is not enabled by xinetd by default. You also need to modify the file/etc/xinetd. d/telnet to enable it. In fact, the/etc/xinetd. d/telnet file is part of the xinetd program configuration file. You can use it to configure the running parameters of the Telnet server. Edit the/etc/xinetd. d/telnet file, find the statement "disable = yes", and change it to "disable = no ". Run the following command to restart the xinetd service: #/etc/init. d/xinetd restart, or # service xinetd restart telnet service 3. Modify the telnet service port. the Telnet server listens to all client connections on port 23 by default. For security reasons, you can change the port of a server listener. Edit the/etc/services file and find the statement: telnet 23/tcp telnet 23/udp. Change the port number of the two statements to another port (such as 2323. 4. the SSH service system is enabled by default. Generally, SSH is used, because SSH is safer than TELNET and may be helpful to you.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.