Question

What feature of SSH makes it more secure than Telnet for a device management connection?


radio_button_unchecked
stronger password requirement

radio_button_unchecked
random one-time port connection

radio_button_unchecked
confidentiality with IPsec

radio_button_unchecked
login information and data encryption

Answers

GPT-4o mini
The feature of SSH that makes it more secure than Telnet for a device management connection is:

**login information and data encryption.**

SSH (Secure Shell) encrypts the information being transmitted, which prevents unauthorized access and eavesdropping. In contrast, Telnet transmits data in plain text, making it vulnerable to interception.

Related Questions