3
edits
Brettbryant (talk | contribs) No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Built-in SSH Proxies== | |||
It is very common for users of firefox to encrypt/tunnel their traffic | |||
using SSH proxies. I think a great feature for future versions of | |||
firefox would be a built-in SSH engine for connecting to SSH proxies. | |||
For example, here's my current setup: | |||
1) Run "ssh -D [port] u...@host.com" | |||
2) Enter password | |||
3) Open up the firefox options, and switch to use SOCKS on the port | |||
specified in (1). | |||
4) Browse securely | |||
5) Close the ssh connection | |||
6) Re-adjust the firefox options for normal internet connection | |||
With a built in firefox SSH mechanism, it could work like this: | |||
1) Click a "Tunnel Traffic ON" button in firefox. (SSH accounts and | |||
passwords would be pre-setup) | |||
2) Browse securely | |||
3) Click "Tunnel Traffic OFF" | |||
That would be so nice! Any thoughts? | |||
==Opening a tab as a web page== | ==Opening a tab as a web page== | ||
edits