Hi everyone,
I have open SSH running on my linux server at home (which I forwarded to listen on port 443 as port 22 is often blocked).
When running windows on my laptop I open up Putty; configure it to listen on my domain name, setup the socks proxy and forward a port like 8080. Then I have another profile configured in firefox where it goes through the socks proxy and uses port 8080 to tunnel all internet traffic to my home computer.
I have tried doing something like this in terminal:
ssh -P 443 -l 8080 username@mydomainname
However I am not able to get firefox to use port 8080.
I would appreciate any help (relatively new to osx).
I have open SSH running on my linux server at home (which I forwarded to listen on port 443 as port 22 is often blocked).
When running windows on my laptop I open up Putty; configure it to listen on my domain name, setup the socks proxy and forward a port like 8080. Then I have another profile configured in firefox where it goes through the socks proxy and uses port 8080 to tunnel all internet traffic to my home computer.
I have tried doing something like this in terminal:
ssh -P 443 -l 8080 username@mydomainname
However I am not able to get firefox to use port 8080.
I would appreciate any help (relatively new to osx).