BeginnerPublished 2026-07-04
CCNA: SSH Access Fundamentals on R1
Free preview — the first lab of Device Hardening: SSH, AAA & Secure Access
Bring up secure remote management (SSH) on a single Cisco IOS router using a dedicated management LAN. You will configure the deterministic set of running-config lines that enable SSH with a local admin account, restrict VTY to SSH, and verify from a Linux workstation. RSA key generation is performed as an exec step and is not graded; the grading focuses on the presence of the configuration lines that make SSH functional and secure.
Learning objectives
- Enable SSH on a Cisco IOS router using only the necessary management-plane configuration lines
- Create and secure a local administrator account with privilege 15 and an enable secret
- Restrict remote access to SSH only and authenticate using the local user database
- Verify SSH service readiness from configuration and test an SSH login from a Linux host
Troubleshooting focus
- If SSH fails to start, confirm both a non-default hostname and an ip domain name are configured; both are required to generate RSA keys
- If the SSH connection is refused or prompts for a password repeatedly, verify line vty 0 4 has transport input ssh and login local
- If you can ping R1 but SSH still fails, ensure you have generated RSA keys with crypto key generate rsa
- If you log in but land at low privilege, check the configured username privilege level and the need to use enable (and that an enable secret exists)
- If DNS lookups slow down CLI, confirm you typed the correct SSH command (ssh admin@10.0.0.1) rather than a bare hostname that triggers DNS
Topology
Grade your work
How this lab is graded
- Build it your way. Where a lab lets you choose a value — a VLAN name, an interface description — grading checks that you configured it, not which name you picked. Names that another line has to reference, like an ACL applied with
access-class, are stated in the guide and do have to match. - Addresses, modes and protocol keywords are exact. An IP address, a subnet mask,
switchport mode trunk, an encapsulation — these carry the meaning of the lab, so they are graded as written in the guide. - Grading reads your saved configuration. Export the lab from CML after you have configured it, and make sure anything you set is in the running-config — a change that only exists in a terminal session never reaches the grader.
- You can submit as many times as you like. Your best score stands, and each attempt tells you which checks passed so you can work the gaps.
- Scored something you believe is correct? Use Report an issue on this page — that is exactly how the grading fixes in the changelog got found.
Create a free account to submit your lab for grading.
Create a free accountFound a problem with this lab?
Please sign in to report a problem — tying it to your attempts lets us reproduce and fix it faster.