Showing posts with label difference between ssh and telnet. Show all posts
Showing posts with label difference between ssh and telnet. Show all posts

Friday, 26 June 2015

Difference between ssh and telnet


  • SSH and Telnet commonly serves the same purpose
  • SSH is more secure compared to Telnet
  • SSH encrypts the data while Telnet sends data in plain text
  • 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
  • Telnet has been all but replaced by SSH in almost all uses