Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command:
ssh -D 9999 -C me@ipaddress.com
The -D switch - Specifies a local “dynamic” application-level port forwarding. We are also adding the -C switch for compression.
Next we need to put the settings into Firefox.
Firefox> Edit> Preferences> Advanced tab> Network tab> Settings button.
Select Manual proxy configuration
SOCKS Host: localhost Port: 9999
SOCKS v5
No Proxy for: localhost, 127.0.0.1
Note: Sometimes localhost can cause a problem. If your settings are right and it still is not working replace localhost with 127.0.0.1.
Im a little confused, do you actually type me@ipaddress.com
ReplyDeleteand with
"Now all you need to do is login your remote computer that you have access to with SSH then issue this 1 command:"
do i login to my remote computer and issue this command, or from terminal in ubuntu do i issue this command?
Or
Do I ssh to my remote machine from local, then issue the command using username@the outside ip of the local machine?
You should use this command directly from your local machine. ipaddress.com is the address to the remote machine.
ReplyDeleteI think you are still vulnerable to attacks , you should also set the dns over the tunnel with the about:config corresponding option .
ReplyDelete