- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-23-2018 01:44 AM
Hello,
A recent PEN Test has advised we disbale the Arcfour when connecting via SSH to manage the Palo Alto via CLI.
We are on release 7.1.6 (pending upgrade).
can you advise please on how we disable these ciphers or if they are removed when upgrading to later code which we are due to do in near future.
Many thanks
Rayn
11-23-2018 10:00 AM
You cannot disable single algorithms, in PAN-OS 7.1 ... but starting ith PAN-OS 8.0 it will be possible.
configure set deviceconfig system ssh ciphers mgmt aes128-cbc set deviceconfig system ssh ciphers mgmt aes192-cbc set deviceconfig system ssh ciphers mgmt aes256-cbc set deviceconfig system ssh ciphers mgmt aes128-ctr set deviceconfig system ssh ciphers mgmt aes192-ctr set deviceconfig system ssh ciphers mgmt aes256-ctr set deviceconfig system ssh ciphers mgmt aes128-gcm set deviceconfig system ssh ciphers mgmt aes256-gcm
11-23-2018 10:00 AM
You cannot disable single algorithms, in PAN-OS 7.1 ... but starting ith PAN-OS 8.0 it will be possible.
configure set deviceconfig system ssh ciphers mgmt aes128-cbc set deviceconfig system ssh ciphers mgmt aes192-cbc set deviceconfig system ssh ciphers mgmt aes256-cbc set deviceconfig system ssh ciphers mgmt aes128-ctr set deviceconfig system ssh ciphers mgmt aes192-ctr set deviceconfig system ssh ciphers mgmt aes256-ctr set deviceconfig system ssh ciphers mgmt aes128-gcm set deviceconfig system ssh ciphers mgmt aes256-gcm
11-27-2018 06:39 AM
Thanks for response, we are looking to move up to 8.1 so will use below then.
many thanks again
Ryan
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!