Telnet Service installation and configuration

Source: Internet
Author: User

First, install the Telnet software package (usually two).

1, telnet-client (or Telnet), this package provides the Telnet client program;

2, is the Telnet-server software package, this is the true Telnet Server package.

Check to see if these packages are installed before installing the following methods:

[Root@localhost ~]# rpm-q telent-client//Detect if Telnet client is installed (in fact, configuring Telnet does not require client installation)

[root@localhost ~] #rpm-Q telnet-server//Detect if Telnet Server is installed

3. Installation Telnet-server

[root@localhost ~] #cd/media

[root@localhost ~] #mkdir CDROM

[Root@localhost ~]# Mount/dev/cdrom/media/cdrom

[root@localhost ~] #cd/media/cdrom/centos (CentOS system is used here)

[root@localhost ~] #rpm-IVH telnet-server*

This is the end of the installation.

4. Start Telnet Service

[root@localhost ~] #vi/etc/xinetd.d/telent

Find Disable = Yes to change Yes to No.

5. Activate service

[root@localhost ~] #service xinetd Restart

Here telnet install, configure OK

6, telent root user login (do not recommend this)

Edit the/etc/securetty file, plus the following lines:

pts/0

Pts/1

Pts/2

Pts/3

Ok.

After that, give a comment, thank 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.