Home Wireshark over SSH
Post
Cancel

Wireshark over SSH

Traffic monitoring over SSH

Linux

1
ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w -' | wireshark -k -i -
1
ssh ubnt@egderouter_ip 'sudo tcpdump -f -i eth0 -w - not port 22' | wireshark -k -i -

Windows

1
ssh ubnt@egderouter_ip "sudo tcpdump -f -i eth0 -w -" | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -
This post is licensed under CC BY 4.0 by the author.