How to install and configure the Telnet service under SuSELinux

Source: Internet
Author: User
Article Title: how to install and configure the Telnet service under SuSELinux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

1. Check whether the SuSE Telnet service is installed (Telent-Server is not installed by default .)

# Chkconfig? List

The List displays the following information, indicating that the telnet service has been installed.

Xinetd based services:

Telnet: on

If telnet-server is not installed, install the software package in YaST (telnet-server is in CD2 ).

2. Start the telnet service:

# Chkconfig telnet on

3. confirm that the service has been started:

# Chkconfig? List

Xinetd based services:

Telnet: on

When the service is started, it is displayed as on.

4. modify the configuration file ftpusers so that the root user can log on.

# Cd/etc

# Mv securetty. bak

/Etc # vi ftpusers

Add a comment before the root so that the root user can log on.

# 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

Starting INET services. (xinetd)

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.