Table of Contents

Login Security

Quick notes on basic login security for console / VTY / Privileged Moe.

Console Login

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#line console 0
R1(config-line)#password certskills <-- sets password for line console 0.
R1(config-line)#login  <-- Enables login prompt.

Secure Privilege Mode

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#enable secret ccnaskills
R1(config)#do sh run | i secret
enable secret 5 $1$vjig$siLDrz4NPN2cOc8j8tAso0

Telnet Security

R1#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
R1(config)#username person secret access
R1(config)#line vty 0 15
R1(config-line)#login local