How do I set up an SSH SOCKS proxy with Gnome SSH Tunnel Manager?

5,866

You're setting up the redirection incorrectly. To get the SOCKS proxy you need to set up a dynamic redirect -- just one different click (see screenshot). You just need to set the port you want to use on localhost (here, 8888), and leave the remaining as is (n/a).

enter image description here

Share:
5,866
BigSack
Author by

BigSack

Ubuntu lover since 1650.

Updated on September 18, 2022

Comments

  • BigSack
    BigSack over 1 year

    Generally I use this command to create a local Socks proxy via SSH Tunneling

    ssh -ND 7777 -i google.pem [email protected]
    

    Then i configure my applications to use Socks proxy on localhost (i.e. 127.0.0.1 )

    And it works as expected.

    I recently came across a Gnome Application, Gnome SSH Tunnel Manager, also available in the repositories as gstm. GSTM has more features which I need, like Auto Restart and Auto connect on Start up

    I am unable to use it as per my requirement.

    Here's my GSTM setup:

    enter image description here

    And the ports on the server I'm trying to connect to:

    enter image description here

    • pl1nk
      pl1nk almost 12 years
      Ehmm where is the question? Could you provide more info?
  • BigSack
    BigSack almost 12 years
    I was just going to do it, system pulled me back. I has some time limit.
  • BigSack
    BigSack almost 12 years
    No, ath9k is still pending. I managed to change reg domain.But it reads it from EPPROM and therefore i can't override it. I need to patch drivers to override that.
  • ish
    ish almost 12 years
    Thanks. Re ath9k I think you need to rebuild the crda package after modifying the source. I will try to answer that soon.
  • BigSack
    BigSack almost 12 years
    Do you also own same card? I tried to do CRDA, but it is also not working for me or may be i just did it wrong.
  • BigSack
    BigSack almost 12 years
    I came across this patch patches.aircrack-ng.org/ath9k_regdomain_override.patch . But it is bit outdated and not working anymore.
  • ish
    ish almost 12 years
    No, but I do have an OpenWRT router using ath9k :)
  • BigSack
    BigSack almost 12 years
    This patch is already included in ath9k drivers for OpenWRT?