PIX keeps dropping rsa keys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:01 PM - edited 02-21-2020 12:03 AM
I have noticed since i have been using PIX that they tend to drop the rsa keys used for SSH auth with no particular reason.
I have tried ca save all but it still drops it from time to time.
any ideas?
cheers
- Labels:
-
Other Network Security Topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 05:13 AM
What exactly do you mean with drop?
If you do not save them (ca save all) and reboot then the keys are lost and you have to regenerate them.
If you change the hostname or domainname in the config then the keys will get invalid and you have to regenerate them.
conf t
ca zeroize rsa
ca generate rsa key 1024
ca save all
show ca mypubkey rsa
There should not be other things than that.
Using SSH for Remote System Management:
sincerely
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 04:30 PM
Thats the strange thing.
hostname or domain name hasn't changed, I have rebooted several times with no probs.
Definitely saved the key.
I'll take a look at my SSH client. Just can't see what the issue is with the PIX. Thought somebody may have known of a quirk etc. Im using 6.2(2)
thanks for your reply
