Skip to main content
  1. Posts/

Cisco PIX: Cannot select private key

··60 words·1 min·

If you receive the following error, your PIX does not have a key set up for use with SSH:

Type help or '?' for a list of available commands.
pix>
Cannot select private key

Regenerating the key can be done by executing the following:

conf t
ca zeroize rsa
ca generate rsa key 1024
ca save all
write mem
reload