Filtering SSH Packets with Tcpdump on Port 22
Tcpdump is a command-line packet analysis tool. We can use tcpdump to capture ssh traffic to troubleshoot connection issues and look for potential security issues on a network. What is SSH? SSH, which stands for Secure Shell, is a…

