How to disable RSA/SHA1 on Palo alto device for SSH access

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

How to disable RSA/SHA1 on Palo alto device for SSH access

L3 Networker

 

We are using OpenSSH v8.2 cannot connect to SSH hosts with SSH Proxy enabled (SSH Decryption).

 

Testing showing that this is due to the Palo Alto attempting to use RSA with SHA1 which has been removed by OpenSSH in v8.2.

 

 

Is there a way we can configure the Palo Alto to disable RSA/SHA1 for SSH?

 

4 REPLIES 4

Cyber Elite
Cyber Elite

Hello,

If these hosts are internal, why not bypass decryption for them from trusted hosts/users? 

 

Regards,

L0 Member

to set the cipher suites only on the management interface, you can use a profile for SSH the set of commands is 

> configure
# delete deviceconfig system ssh
# 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

L0 Member

You can also configure the SSH profile directly from the firewall; caveat - you will still need to run the restart command listed above by  @Blocker95848

zmacharia_PA_1-1689529866214.png

 

zmacharia_PA_0-1689529842973.png

 

Cyber Elite
Cyber Elite

Hi @Jatin.Singh ,

 

That is a great question.  It would be nice to disabled protocols on the SSH Proxy tab of the decryption profile, but you can't.  The only purpose for SSH Proxy is to be able to detect the ssh-tunnel App-ID.  The NGFW does not actually perform content inspection on the decrypted traffic.  I would disable it as @OtakarKlier mentioned.

 

Thanks,

 

Tom

Help the community: Like helpful comments and mark solutions.
  • 3419 Views
  • 4 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!