- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-02-2021 12:37 AM - edited 03-02-2021 03:09 AM
We have a pair of PA-3220 running 9.1.6. We made a config change on the passive and now not able to access the active firewall.
Config was added to passive host where we added ssh ciphers / mac / host key to the mgmt interface. After the change we could access passive device (where the config was added) after a putty upgrade. We were not able to access the active host even though no config was added there using either old version putty or updated version.
HA seems to be working ok. Im able to access both devices via GUI. Firewalls have been flipped, active now has updated ssh config. Is there a way to update the ssh keys and transfer them accross to its corresponding pair?
# set deviceconfig system ssh ciphers mgmt aes256-ctr
# set deviceconfig system ssh ciphers mgmt aes256-gcm
# set deviceconfig system ssh default-hostkey mgmt key-type ECDSA 256
# set deviceconfig system ssh regenerate-hostkeys mgmt key-type ECDSA key-length 256
# set deviceconfig system ssh session-rekey mgmt interval 3600
# set deviceconfig system ssh mac mgmt hmac-sha2-256
# set deviceconfig system ssh mac mgmt hmac-sha2-512
# commit
# exit
> set ssh service-restart mgmt
# delete deviceconfig system ssh kex mgmt
# set deviceconfig system ssh kex mgmt ecdh-sha2-nistp521
# commit
# exit
> set ssh service-restart mgmt
03-02-2021 07:12 AM
You're going to need to have actual console access to update the active firewall, which is why you should never change these settings without direct host access. Keys aren't shared in a HA setup, they exist as part of <deviceconfig/> and don't transfer between units.
03-02-2021 07:12 AM
You're going to need to have actual console access to update the active firewall, which is why you should never change these settings without direct host access. Keys aren't shared in a HA setup, they exist as part of <deviceconfig/> and don't transfer between units.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!