cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
318
Views
0
Helpful
1
Replies

Can't SSH after Failover

vanagon2tdi
Level 1
Level 1

After I manualy failover my PIX 515's I am unable to loog in via SSH to the PIX. Anyone heard of this before?

Dave

1 Accepted Solution

Accepted Solutions

Patrick Iseli
Level 7
Level 7

This is normal, the ssh key is localy stored on the primary pix firewall but is not synchronized on the standbt pix. You need to generate it manually on the standby pix.

ca generate rsa key 1024

show ca mypubkey rsa

Save ssh key:

ca save all

sincerely

Patrick

View solution in original post

1 Reply 1

Patrick Iseli
Level 7
Level 7

This is normal, the ssh key is localy stored on the primary pix firewall but is not synchronized on the standbt pix. You need to generate it manually on the standby pix.

ca generate rsa key 1024

show ca mypubkey rsa

Save ssh key:

ca save all

sincerely

Patrick