I have just got myself a Secure SSH Tunnel & SOCKS Proxy account and I'm having a little problem in getting things working.
I'm using SSH Agent to establish a tunnel to the host server and I have configured Firefox as well using the instructions I have been given.
SSH Agent seems to be connecting to the remote host and lets me log on with my password. The problem comes when I try to load a page with Firefox. All I get are empty pages.
Does anyone have any idea why this should happen?
P.S. - I have instructions to access the remote host using the Terminal but, the same thing happens - a blank page.
ssh -l username -L 1080:remote host:1080 remote host
Obviously I have not used my real username or remote host in the above line.
I'm using SSH Agent to establish a tunnel to the host server and I have configured Firefox as well using the instructions I have been given.
SSH Agent seems to be connecting to the remote host and lets me log on with my password. The problem comes when I try to load a page with Firefox. All I get are empty pages.
Does anyone have any idea why this should happen?
P.S. - I have instructions to access the remote host using the Terminal but, the same thing happens - a blank page.
ssh -l username -L 1080:remote host:1080 remote host
Obviously I have not used my real username or remote host in the above line.