User Tools

Site Tools


icnd1:login_security

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
icnd1:login_security [2024/03/14 12:03]
114.119.149.71 old revision restored (2023/10/14 00:31)
icnd1:login_security [2024/05/20 07:56] (current)
18.222.121.79 old revision restored (2024/03/14 12:11)
Line 7: Line 7:
 R1#conf t R1#conf t
 Enter configuration commands, one per line.  End with CNTL/Z. Enter configuration commands, one per line.  End with CNTL/Z.
 +R1(config)#logi
 +R1(config)#line con
 R1(config)#line console 0 R1(config)#line console 0
-R1(config-line)#password certskills <-- sets password for line console 0. +R1(config-line)#pass 
-R1(config-line)#login  <-- Enables login prompt.+R1(config-line)#password certskills 
 +R1(config-line)#login
 </code> </code>
-Although these commands will password line console 0 -- the password certskills is stored in the running config in ''**plain-english**''. ''**R1(config)#service password-encryption**'' will obfuscate the password so that it is no longer clear-text.+ 
 ==== Secure Privilege Mode ==== ==== Secure Privilege Mode ====
   * Protect privileged mode for all devices using password “ccnaskills” while storing the password as an MD5 hash.   * Protect privileged mode for all devices using password “ccnaskills” while storing the password as an MD5 hash.
icnd1/login_security.1710417788.txt.gz · Last modified: 2024/03/14 12:03 by 114.119.149.71