What is the difference between Telnet and SSH?
Answers were Sorted based on User's Feedback
ssh is a secured shell, where telnet is not a secured
one.when you ssh to trasnfer data between a system, the data
will be send in the encrypted form, where the hacker cannot
encode or decode it. While you telnet,the data send between
the system is alphabetical format(ASCII), where every one
can understand. More over as per network security, telnet
and ftp are prohibited. Always, trust SSL based data transfer.
| Is This Answer Correct ? | 151 Yes | 5 No |
Answer / neha sharan
Telnet ->
Its just getting (Telenet) a connection to the server.
Its not more secure. Anybody can use it.
It can be easly hacked.It can be easily read by anybody in
that network
SSH -> secured shocket shell
Its more secure than Telnet .
This has an encrption and decrption of the data /usr/pwd
None can hack this. It is the good way to transfer the data
| Is This Answer Correct ? | 47 Yes | 5 No |
Telnet:- Telent is a service, which works on Port 23.
Telnet and FTP both we use to access the Server or
Transferred the between Server to Server and Client to
Server. But Telnet is not secure because at Time Data
Transferred, The data Transferred in ASCII form, any Hacker
can read it and Understand easily. But as per Network
Security its Prohibited.
SSH:- As per Name SSH is Secure Shell. SSH works on port
22. SSH is the new resarch on FTP and Telnet. Purpose of
SSH is same as TELNET & FTP. But in SSH data transferred in
Encrypted mode. Encrypted means no body can ENCODE &
DECODE. If any Hacker try to hack the Data at time data
transferred through SSH, cannot ENCODE and DECODE due to
the Encryption Advantage of SSH Services.
| Is This Answer Correct ? | 34 Yes | 1 No |
Answer / aakash mishra
ssh is a secure way for transfering data where a hacker can
not read your data bcoz of being in incrypted form.
Telnet is not a secure way bcoz it used ASCII format which
is easily to understand.
so be alert while using the TELNET and fell free while ssh.
| Is This Answer Correct ? | 23 Yes | 6 No |
Answer / srinivas
Both are RDP's for remote Log-In's.In Telnet it will be in
Clear text format where as in SSH it will be in Encrypted
format.
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / kiruba
telnet not secure.But ssh secure.SSH using PORT 22 and
telnet using Port 23.
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / nishant mendhe
telnet is works on 23 n ssh is works on 22.
telnet is no secure n ssh is secure.
telnet is uses unencrypted connection n ssh is secure b'coz
(passwd).
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / manoj
ssh is secure shell is providing encryption rule need
authentication. with paired keys to encryp or decrypt the
data. Also we can securely communicate or transfer file
with each other over network by copying private & public
keys with rsa & dsa.
Telnet is not secure it doesnt provide encryption rule
usually not demanding username & password..
| Is This Answer Correct ? | 7 Yes | 3 No |
Answer / mcmarc
both are services to connect two m/c
telnet is unsecure as it uses unencrypted connection
whereas ssh is secure as it uses encrypted connection, so
people cannot sniff ur password, etc
| Is This Answer Correct ? | 8 Yes | 5 No |
Answer / vijay
SSH is a secured shocket shell where telnet is not a
secured one.
SSH using PORT 22 and telnet using Port 23.
when you ssh to trasnfer data between a system, the data
will be send in the encrypted form.
In telnet,the data send between
the system is alphabetical format(ASCII).
| Is This Answer Correct ? | 7 Yes | 5 No |
How find out drivers of installed devices in linux (RHEL)?
You want to create a compressed backup of the users' home directories. What utility should you use?
Why is it suggested to disable journalism in ext4 filesystem?
What is the other method of installing Linux O.S other than Text, GUI mode? Why we prefer that for installation of Linux in Real time?
In Linux(RHEL) server have two users with same name. one is local user and second one is NIS user. if you login the server which user will login (local or NIS)
What is the difference between Telnet and SSH?
expalin the process of kickstart installation?
Tell me command which is use for create quota database in Linux.
What is Hard mount and soft Mount?
What is the difference between RedHat linux and Fedora and Ubuntu?
I want to send pop-up message to samba users when they access the shared folder.... for eg: i want to tell them (dont copy mp3 and video files)
How can you see all mounted drives?