Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux uses telnet services remotely

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Linux uses telnet services remotely

Experimental environment Red Hat Enterprise 7. 0

Install the required software xinetd and telnet telnet-server

Telnet-server-0.17-64.el7.x86_64

Telnet-0.17-64.el7.x86_64

Xinetd.x86_64

Add the following files to / etc/xinetd.d/telnet after the installation is complete

[root@lin100 xinetd.d] # vi / etc/xinetd.d/telnet

# default: on

# description: The telnet server serves telnet sessions; it uses

# unencrypted username/password pairs for authentication.

Service telnet

{

Flags = REUSE

Socket_type = stream

Wait = no

User = root

Server = / usr/sbin/in.telnetd

Log_on_failure + = USERID

Disable = no

}

After launching xinetd, remote access is available.

Log in to telnet using an ordinary account prepared in advance

Because the default telnet port is 23

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report