@ryanc @astrid @derrockwolf waaa i got turned into a meme >~>
thinking back to when i was a child and wondering why my ssh session and PC froze when i observed a tcpdump of said connection from the other end of it.
Well that, and also for every packet that's going through those hoses to your house, a packet telling you about that packet is generated and sent over that hose, too.
Which means that the number of packets per time grows by a 2^n law, i.e. exponentially.
And you might even flood yourself with tcpdumping the ssh connection you are tcpdumping over.
"not tcp port 22" could already be enough in a lot of cases.
@astrid @derrockwolf well if you're extremely lucky and using ssh -C it might work in your favor
I used to have this box once that had a funky Soekris encryption accelerator card in it which, best I could tell, OpenSSH detected and used. Those are no longer beneficial with current CPUs, but dang, that thing noticeably sped up ssh transfers. (I used to scp tons of data to and from the machine.)
Sure is a lotta SSH traffic.