Linux using remote telnet service

Linux use telnet service remote
lab environment Red Hat Enterprise 7.0
to install the required software and xinetd-Server telnet telnet
telnet-Server-0.17-64.el7.x86_64
telnet-0.17-64.el7.x86_64
xinetd.x86_64
after installation in / etc /xinetd.d/telnet to add the following file
[root @ lin100 xinetd.d] # vi /etc/xinetd.d/telnet
#default: ON
#description: the Telnet Server at The Serves as mentioned in the Telnet Sessions; IT uses
#unencrypted username / password pairs for authentication.
-Service Telnet
{
the flags = the REUSE
socket_type Stream =
the wait = NO
User = the root
Server = /usr/sbin/in.telnetd
log_on_failure + = the USERID
disable = NO
}
after starting xinetd can use the remote access

Use a prepared ordinary telnet login account
because the default telnet port is 23
Linux using remote telnet service
Linux using remote telnet service
Linux using remote telnet service

Guess you like

Origin blog.51cto.com/9075724/2435672