Linux

Why SSH is considered better than telnet?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Telnet also allows you to connect to a remote host but as opposed to SSH where the communication is encrypted, in telnet, the data is sent in clear text, so it doesn't considered to be secured because anyone on the network can see what exactly is sent, including passwords.