Skip to content

Instantly share code, notes, and snippets.

@tugrulyatagan
Last active January 22, 2017 17:16
Show Gist options
  • Save tugrulyatagan/b012f1978637ca896c7c to your computer and use it in GitHub Desktop.
Save tugrulyatagan/b012f1978637ca896c7c to your computer and use it in GitHub Desktop.
socks proxy ssh üzerinden betik
#!/bin/bash
ssh -f -N -D 9999 tugrulyatagan.com
C:\Users\Tuğrul>plink -ssh -T -N -D 9999 tugrul@tugrulyatagan.com -i "E:\ssh_keys\tugrul\puuty_prv.ppk"
@tugrulyatagan
Copy link
Author

tugrulyatagan commented Jan 22, 2017

FoxyProxy
Manual Proxy Configuration
Host or IP Address: localhost (or 127.0.0.1)
Port: 9999
Select "SOCKS v5"
Click the “SOCKS Proxy?” checkbox.

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