Software >> Services >> SSH >> OpenSSH >> How to use ssh -Q command to debug ssh client configuration



ssh -Q cipher       # List supported ciphers
ssh -Q mac          # List supported MACs
ssh -Q key          # List supported public key types
ssh -Q kex          # List supported key exchange algorithms

reference: https://www.openssh.com/legacy.html