chetan51 / sidestep

A Mac OS X application that automatically secures your Internet connection in unprotected wireless networks through SSH tunneling.
http://chetansurpur.com/projects/sidestep
MIT License
282 stars 32 forks source link

Patch to add SSH compression preference #36

Closed seibert closed 12 years ago

seibert commented 12 years ago

On congested WiFi links, SSH compression can improve throughput. This adds a checkbox in the Proxy Server preferences pane to set SSH compression, which is used to decide whether to pass "-C" to the ssh command.

The default setting is SSH compression turned off.

chetan51 commented 12 years ago

Thanks so much! It's been released in the latest update.