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. $[1]$USERNAME
  2. $[1]$PASSWORD

Commands

  1. Enter enable
  2. Enter $CURRENTPASSWORD
  3. Enter config terminal
  4. Enter enable password $NEWPASSWORD
  5. Enter end
  6. Enter wr mem
  7. Enter exit