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

Set up Telnet service

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Perhaps we all know that few people use TELNET server now, because it transmits data in clear text, so it is easy for us to grab packets through packet grabbing software, and then take out useful data for our own use. But it is not without a solution, you can use telnet for data transfer.

one。 Install the Telnet server

When it comes to installing TELNET services, Linux itself already supports the installation of SSH services. If we still want to test with TELNET services, it is also very simple. We only choose to use one-line command, that is, to give the yum source to install.

[root@yinzhengjie ~] # yum-y install telnet*

After installation, we will see the corresponding service in the daemon (xinet) directory. If you see the xilent service, congratulations, you have successfully installed it.

two。 Start the TELNET service

After we have installed, we also need to modify the configuration file so that the service starts as the xinetd service starts.

Next, we just need to restart the xinetd service:

three。 Verify that the service started successfully.

This step is simple. We need to create a login user.

Then it's even easier, we only choose to log in with this user.

Original address: https://www.linuxprobe.com/telnet-fuwu.html

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

Internet Technology

Wechat

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

12
Report