Telnet stand for telecommunication network used to access a remote machine in command line interface (CLI) mode. It is a universal protocol that do not provides encryption during transferring of data that's why unsecured.
Port No. - 22
Package it required : - telnet-server & xinetd
services and daemons :- xinetd
configuration file : - /etc/xinetd.d/telnet
#yum install telnet-server
#yum install xinetd
in this file go to line disable = yes and convert yes to no
run the following command : -
# service xinetd restart
for accessing particular machine run command : -
telnet
example : - telnet 172.24.0.2
now login by giving user name and password. and transfer files by using put & get commands.
for Exiting use bye command.
No comments:
Post a Comment