LOGBOOK

HELP

Quiz Entry - updated: 2026.07.14

What are the three methods to access a Cisco IOS device, and which is the most secure for remote access?

Console (physical, for initial setup), SSH (secure encrypted remote), and Telnet (insecure plaintext remote) — SSH is the most secure for remote access.

Method Description
Console Physical management port used for initial configuration and maintenance
SSH (Secure Shell) Establishes a secure, encrypted remote CLI connection over a network
Telnet Establishes an insecure remote CLI connection (sends data in plaintext)

Best Practice: Always use SSH (Version 2) instead of Telnet whenever possible because Telnet sends authentication and commands in plaintext.

Go deeper:

From Quiz: NETW1 / Basic Switch and End Device Configuration | Updated: Jul 14, 2026