| 1. |
What Is The Difference Between Ssh & Telnet ? |
|
Answer» In ssh communication between client & server is ENCRYPTED but in telnet communication between the client & server is in plain text . We can also say SSH USES a public KEY for authentication while Telnet does not use any authentication.SSH adds a bit more OVERHEAD to the BANDWIDTH compared to Telnet.Default port of ssh is 22 and for telnet 23. In ssh communication between client & server is encrypted but in telnet communication between the client & server is in plain text . We can also say SSH uses a public key for authentication while Telnet does not use any authentication.SSH adds a bit more overhead to the bandwidth compared to Telnet.Default port of ssh is 22 and for telnet 23. |
|