The construction process of TELNET,OPENSSH,VNC remote server under Linux

Source: Internet
Author: User
Tags port number

One: Build telnet Server (Note: Telnet is plaintext transmission, not encrypted.) Port number 23)

1:[root@lyt ~]# Mkdir/mnt/cdrom

[Root@lyt ~]# mount/dev/cdrom/mnt/cdrom/

[Root@lyt ~]# cd/mnt/cdrom/server/

[Root@lyt server]# rpm-qa |grep telnet #查询telnet服务器是否安装

[Root@lyt server]# ll telnet* #查询所有与telnet字符有关的软件包

[Root@lyt server]# RPM-IVH telnet-server-0.17-39.el5.i386.rpm #安装telnet服务器

2:[root@lyt server]# rpm-ql telnet-server #查询telnet-server software package Installation location:

[Root@lyt server]# vim/etc/xinetd.d/telnet #编辑该文件, as shown in figure:

[Root@lyt server]# service xinetd restart #启动telnet服务器. XINETD.D is a super daemon, and the Telnet service relies on the xinetd Super daemon.

3: Login with non-admin account:

Telnet using the root account login system is not safe. You can use Su-root to get administrator privileges. As shown in figure:

Related Article

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.