This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:aix_ssh_howto [2025/01/15 23:24] manu [List ciphers and Macs on client] |
aix:aix_ssh_howto [2025/01/15 23:25] (current) manu [List ciphers and Macs on client] |
||
---|---|---|---|
Line 409: | Line 409: | ||
* KexAlgorithms: ssh -Q kex | * KexAlgorithms: ssh -Q kex | ||
* PubkeyAcceptedKeyTypes: ssh -Q key | * PubkeyAcceptedKeyTypes: ssh -Q key | ||
+ | |||
+ | You can also remotely probe a ssh server for its supported ciphers with recent nmap versions: | ||
+ | <cli prompt='#'> | ||
+ | # nmap --script ssh2-enum-algos -sV -p <port> <host> | ||
+ | </cli> | ||
<cli prompt='#'> | <cli prompt='#'> |