Question

What is the advantage of using SSH over Telnet?


radio_button_unchecked
SSH supports authentication for a connection request.

radio_button_unchecked
SSH is easier to use.

radio_button_unchecked
SSH operates faster than Telnet.

radio_button_unchecked
SSH provides secure communications to access hosts.

Answers

GPT-4o mini
The primary advantage of using SSH over Telnet is:

**SSH provides secure communications to access hosts.**

SSH (Secure Shell) encrypts the data transmitted between the client and the server, providing confidentiality and preventing eavesdropping, while Telnet transmits data in plain text, making it susceptible to interception and attacks.

Related Questions