Creating a Custom Password Changer for Cisco ASA
To create a custom password changer using SSH for Cisco ASA 5505, 5515 and other models with IOS 12.2 and earlier that cannot use the copy command, follow the procedure for Creating a Custom Password Changer. Make sure you choose a base password changer that ends with (SSH) with a command set similar to the one you are adding, and use the following settings:
Authenticate As
$[1]$USERNAME
$[1]$PASSWORD
Commands
- Enter
enable
- Enter
$CURRENTPASSWORD
- Enter
config terminal
- Enter
enable password $NEWPASSWORD
- Enter
end
- Enter
wr mem
- Enter
exit