On Mon, 11 Oct 2021 at 19:41, Chris Green <cl@xxxxxxxx> wrote: > On Mon, Oct 11, 2021 at 07:13:37PM +1100, Darren Tucker wrote: > > On Mon, 11 Oct 2021 at 18:54, Chris Green <cl@xxxxxxxx> wrote: > > > I used to use the following ssh command to set up a socks5 proxy to > > > use with Firefox:- > > > > > > ssh -fC2qTnN -D 8080 chris@xxxxxxxxxxxxxxxxxxxx > > > > 8080 is more often used for http proxies whereas 1080 is the > > registered port for SOCKS. Which are you using? > > > Well the command above is exactly what I have in my script for doing > this, so I was using 8080. Firefox allows you to specify what port to > use so I just set 8080 there too. I can certainly try 1080 instead. I meant which *proxy protocol* are you using? Firefox supports two: HTTP (commonly port 3128 or 8080, with GET and CONNECT variants for HTTP and HTTPS respectively) and SOCKS (commonly port 1080). ssh -D offers only SOCKS. Firefox has multiple places to configure proxies: several for HTTP proxies (http, https, and ftp) plus one for SOCKS. If you point a HTTP-style proxy setting at a SOCKS proxy server like ssh -D then it's not going to work. You should only have the SOCKS proxy setting populated. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA (new) Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev