Skip to content

Instantly share code, notes, and snippets.

@jerrywaller
Created July 19, 2022 13:18
Show Gist options
  • Select an option

  • Save jerrywaller/994a49f33d49171b6df1d1fc7f1a3302 to your computer and use it in GitHub Desktop.

Select an option

Save jerrywaller/994a49f33d49171b6df1d1fc7f1a3302 to your computer and use it in GitHub Desktop.
Socks proxy via putty and/or kitty

SSH tunneling Socks5 proxy

for Firefox with PuTTY or KiTTY

if: SSH port 22 on server, local proxy port 8080

plink.exe -v -ssh -x -a -T -C -N -P 22 -D 8080 [email protected]
or
klink.exe -v -ssh -x -a -T -C -N -P 22 -D 8080 [email protected]

Store key in cache? (y/n) y

Firefox about:config
network.proxy.socks_remote_dns;true

Set Firefox network connection settings to manual proxy configuration, Socks v5, Socks host 127.0.0.1 port 8080 (check Proxy DNS when using Socks v5).


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment