|
|
|
|
|
by dingaling
2763 days ago
|
|
It should be fairly straightforward to defeat such analysis using ssh compression. Keystrokes and control signals are batched before transmission. Certainly I've had 'ssh -C' in finger-memory even on LANs for well over a decade. |
|
And compression definitely doesn't always help as some of the attacks on TLS were only able to be done because of compression happening before encryption. Hence why we ended up with the HPACK in HTTP/2 to prevent exactly such type of attacks.