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
283 stars 32 forks source link

Allow cipher types via the "c" flag #52

Open coneybeare opened 11 years ago

coneybeare commented 11 years ago

Allow us to use encryption of various cipher types by adding the c flag to the ssh command: -c 3des-cbc. SSH is a powerful beast, so perhaps this (and other issues) is best added to the app by adding a simple text entry field for extra arguments. You could then take these user-entered arguments and append them to the SSH terminal command.

chetan51 commented 11 years ago

Good idea! I'd be happy to merge in a pull request to that effect.