3
edits
mNo edit summary |
(Built-in SSH tunneling feature recommended) |
||
| Line 3: | Line 3: | ||
<tr><th>Specific features</th> | <tr><th>Specific features</th> | ||
<th width="30%">References</th></tr> | <th width="30%">References</th></tr> | ||
<tr><td> | |||
; Built-in SSH Proxy Capabilities | |||
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 example, here's a typical 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) | |||
*Firefox automatically connects to the SSH server and begins tunneling using SOCKS | |||
2) Browse securely | |||
3) Click "Tunnel Traffic OFF" | |||
*Firefox automatically disconnects from SSH server | |||
This feature would be phenomenal, and would allow users to quickly secure their information when browsing on public terminals. This feature will probably not be possible using extensions to firefox. | |||
</td><td> | |||
<tr><td> | <tr><td> | ||
edits