Ubuntu Telnet configuration (openbsd-inetd)

Source: Internet
Author: User

The Telnet protocol is a member of the TCP/IP protocol family,is the standard protocol and main way of Internet remote Login service.
You can telnet to Ubuntu, but Ubuntu 10.10 does not have Telnet installed by default, requires an online installation, and is manually configured.
1:sudo Apt-get Install openbsd-inetd
2:sudo Apt-get Install telnetd
3:sudo gedit/etc/inetd.conf
Add to:
Telnet Stream TCP nowait root/usr/sbin/tcpd/usr/sbin/in.telnetd
If it already exists, do not add it.
4:sudo/etc/init.d/openbsd-inetd restart
Appear:
* Restarting Internet superserver inetd [OK]
5:netstat-a | grep telnet
Appear:
TCP 0 0 *:telnet *:* LISTEN

Now that Telnet has been successfully configured, there are several ways to log in to Ubuntu via Telnet.
1. Operate at the Windows command prompt.
To run->cmd, open a Command Prompt window and enter:
Telnet *.*.*.*
Then enter the user name, password.
Note: *.*.*.* represents the IP address of Ubuntu.
You can enter the logout or exit command to exit the login.
2. Enter the command under Linux to operate.
command with Operation 1.
3. Log in using related tools such as SECURECRT under Windows.
Concrete steps slightly.

Ubuntu Telnet configuration (openbsd-inetd)

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.