See also

Troubleshooting libssh errors

When using sshdump, if you get errors about invalid / unknown SSH config directives, make sure you’re not running Wireshark as root. See the “Permissions” section on the Gentoo wiki:

$ sudo gpasswd -a <username> pcap
$ newgrp pcap
$ groups

then run Wireshark as the non-root user.