Updated Remote access via proxy (markdown)

kaso17 2017-04-20 21:25:46 +02:00
parent c1e9b0c2f5
commit 7c44f68731
1 changed files with 3 additions and 3 deletions

@ -2,13 +2,13 @@ To be able to solve ReCaptchas easily from your browser you must access Jackett
### SSH Proxy
When the Jackett server is Unix/Linux based the easiest way is use the SSH SOCKS proxy feature for this purpose.
When the Jackett server is UNIX/Linux based the easiest way is use the SSH SOCKS proxy feature for this purpose.
On Windows clients you can use putty for this. To do this just connect to the server as you would do normaly but before connection go to the `Connection / SSH / Tunnels` tab, set the `Source Port` to e.g. `8888` and the `Destination` to `Dynamic`.
On Windows clients you can use putty for this. To do this just connect to the server as you would do normally but before connection go to the `Connection / SSH / Tunnels` tab, set the `Source Port` to e.g. `8888` and the `Destination` to `Dynamic`.
![putty-tunnels-settings](https://raw.githubusercontent.com/Jackett/Jackett/master/.github/putty-tunnels-settings.png "putty-tunnels-settings")
On unix/linux clients you can just establish the SSH connection like this: `ssh -D 8888 user@example.com`
On UNIX/Linux clients you can just establish the SSH connection like this: `ssh -D 8888 user@example.com`
Now you just have to configure your browser to use the proxy server.