what is the difference between ssh & telnet
Answers were Sorted based on User's Feedback
Answer / madhu
SSH is secure shell where you can generate SSL and make
trusted relation ship. Basically it is secured. Telnet is
normal way u can connect to the server and work.
Normally as per Network Security Policies, it is advised
not to use telnet and ftp. Just because hackers will use
most probaby these two protocols for hacking the server.
Is This Answer Correct ? | 167 Yes | 20 No |
Answer / venkatreddy
In ssh data will be transfer between the systems in
encrypted from.So that it is difficult for hakers to
understand what is going on network.
In telnet& ftp data will be transfer in alphabhital,so
hackers easly hack u r server
For this very reason login to other systems using ssh would
be recommanded.
Is This Answer Correct ? | 150 Yes | 13 No |
Answer / velu
SSH: SSH send the data's in Encrypted format
and SSH is a secure shell
Telnet:Telnet send the data's in Ascii format and its not a
secure shell
Is This Answer Correct ? | 122 Yes | 5 No |
Answer / manoj dahiya
ssh - secure connection -encryption is done
telnet - no encryption
Is This Answer Correct ? | 53 Yes | 3 No |
Answer / muhammad sohaib
A one word answer to this question is Encryption. Basically
both Telnet and SSH are terminal emulators and are used to
access your system remotely, means that you can login you
system through internet or over a network and issue
commands. SSH just encrypts your connection to the remote
machine so when you send your password or commands over the
network someone else cannot sniff the packets and interpret
your password as it in encoded while if you are using Telnet
than all your passwords and information will be transferred
over the network as plain text and some rogue party can
easily interpret that
Is This Answer Correct ? | 42 Yes | 1 No |
Answer / typeaux
ssh (secure shell) -- Named "secure" because everything you
key in is encrypted during transport and cannot be easily
deciphered and read by anyone else. It is only decrypted at
the receiving hosts.
telnet -- All traffic is in "plaintext" and can be read by
anyone intercepting the message during transport between
endpoints.
Is This Answer Correct ? | 33 Yes | 2 No |
Answer / apurva
ssh - secure shell which conneced to different machine
securelly with using encrypted formate....
telnet - no secure its can not provides encryption....
Is This Answer Correct ? | 16 Yes | 4 No |
Answer / shrikant kaushik
SSH--very secure compare than telnet
ssh Liston on 22 port only and telnet on 23
ssh login is totally encrypted whereas telnet is in simple text.
telnet is easy to break.
Is This Answer Correct ? | 12 Yes | 1 No |
Answer / innocent
ssh stand for secure shell. telnet uses port 23
it works on port num 22. its package name is telnetd
its package name is sshd
data is tranferd securly data sent in plain text
can't be hackes easily can be haked ealiy
uses encryption of data
1.securty is gud in ssh
2.port difference
3.encryption in ssh
Is This Answer Correct ? | 11 Yes | 3 No |
Answer / md samim
SSH: We can only login into server through port 22 in a
secure way.
e.g. # ssh server-name/ip
Telnet: Login into any server, through any port.
e.g. # telnet localhost 25
for checking smtp port. Which is not possible through ssh.
Is This Answer Correct ? | 26 Yes | 42 No |
How to repalce a failed disk?
what is split brain? if it happens, what are the solutions need to be applicable?
in samba server if we share a file like a.txt from unix(solaris) to windows how it displays at windows.wheather like a.txt (or)A.txt.any case sensitive.why?
What is critical filesystem in solaris
What is a layered volume? how to create it using vxmake?
what is the use of /etc/path-to-inst file..?
in this what is the configuration of .profile file and the other files
hoe many default no of groups there?
how will u create user with out asking a password?
u have 10 solaris boxes and u have given to add 200 users? At fast how can u add the 200 users?
What is /etc/system for?
When the system is hang?Unable to login,and console is available?what is the action u will take?