Displaying 1 result from an estimated 1 matches for "copmressionlevel".
Did you mean:
  compressionlevel
  
2001 Aug 02
0
Bugs: SSH sometimes failing to report exit-status and more
...f data transfered:
  debug1: compress outgoing: raw data 777, compressed 709, factor 0.91
  debug1: compress incoming: raw data 9656, compressed 1663, factor 0.17
The manual claims compression slows things down on fast networks, but
my client uses less CPU when compression is enabeled (with a low
CopmressionLevel) and the data transfered is not already compressed.
I guess decompression is cheaper than decryption, and compressed data
means less data to decrypt.  This is highly data dependant and
probably architecture dependant too, but generally I think using
compression is a good idea.
And a comment about...