For those that seek to get SSH Proxy working

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

For those that seek to get SSH Proxy working

L2 Linker

Searching the internet it seems that people are looking to enable SSH Proxy and not finding answers. I managed to get it working but must say that the current supported SSH decrytion parameters for all PAN-OS versions aren't the most secure ones so you should consider what's more important for your situation:

 

  • SSH inspection with less secure SSH configuration.
  • No SSH inspection with robust SSH parameters.

Environment:

  • PAN-OS 11.1.X
  • OpenSSH 9.X
  • Bitvise SSH Client 9.X

sshd_config on a Linux box so that SSH decryption will be possible:

  • Ciphers aes256-ctr,aes192-ctr,aes128-ctr
  • MACs hmac-sha1
  • HostKeyAlgorithms ssh-rsa
  • KexAlgorithms diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
  • RequiredRSASize 2048

I use the free Windows Bitvise client because it allows to customize the SSH parameters.

Untitled1.png

Decryption profile:

Untitled1.png

Decryption policy:

Untitled2.png

Result:

Untitled2.png

 

Regards,

Han.

1 REPLY 1

Community Team Member

@Han.Valk ,

 

Thank you for sharing! 

LIVEcommunity team member
Stay Secure,
Jay
Don't forget to Like items if a post is helpful to you!

Please help out other users and “Accept as Solution” if a post helps solve your problem !

Read more about how and why to accept solutions.
  • 187 Views
  • 1 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!