Ubuntu12.04 Telnet service settings, ubuntu12.04telnet

Source: Internet
Author: User

Ubuntu12.04 Telnet service settings, ubuntu12.04telnet

The Telnet service is not enabled by default in Ubuntu12.04. to configure the Telnet service, follow these steps:

1. installation and configuration

Install openbsd-inetd:
# Sudo apt-get install openbsd-inetd


Install telnetd:
# Sudo apt-get install telnetd


You can see this line in the etc/inetd. conf file:
Telnet stream tcp nowait root/usr/sbin/tcpd/usr/sbin/in. telnetd
If this line does not exist, add it manually.


Restart openbsd-inetd
#/Etc/init. d/openbsd-inetd restart


View telnet running status
# Netstat-a | grep telnet
Output: tcp 0 0 *: telnet *: * LISTEN

2. Test the Telnet service.

In the windows command line, enter telnet 192.168.1.122 (Virtual Machine IP address)
Enter the user name and password as prompted (non-root User)

 

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.