what is the difference between ssh & telnet

Answers were Sorted based on User's Feedback



what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

Answer / manoj dahiya

ssh - secure connection -encryption is done
telnet - no encryption

Is This Answer Correct ?    53 Yes 3 No

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

what is the difference between ssh & telnet..

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

Post New Answer

More Solaris AllOther Interview Questions

what is RBac and how to create a role?

1 Answers   IBM,


what r the files need to edit for DNS configuration..?

2 Answers   Accel,


what is the disadvantage of 'tar' command?

3 Answers   IBM,


In solaris we have two directories for commands,what are they, Is there any difference between those.

3 Answers  


explain Jumpstat configuration..?

2 Answers   Accenture,






How can i stop the telnet service in solaris 8 and 9?

6 Answers   Wipro,


The NIC is failed in Cluster configuration. what is state of service group.whether NIC resource probed,if so how many times probed?

1 Answers   Thomson Reuters,


Explain sar commands.?

3 Answers  


Hi, I need information regarding LDOMS.Like What is LDOMS ,Creation of LDOMS, errors on LDOMS, troubleshooting LDOMS...etc.... pls post the info. Regards, Naresh

0 Answers  


how can u schedule for snapshot

1 Answers   HCL,


How to quickly mirror a volume, if the volume is empty?

4 Answers  


what is port no for telnet?

12 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)