cmv has asked for the wisdom of the Perl Monks concerning the following question:
Here's where I got connect.c to compile for my platform:ssh -o "connect -5 -S proxy.socks5.ip.name %h %p" target.ip.name
Now, I want to have my existing perl programs that use Net::SSH::Perl, to be able to use a SOCKS5 proxy, if needed. What is the best way to make this happen?
My current thought is to patch Net::SSH::Perl to use Net::SOCKS. Is there a better/easier/faster way?
Thanks
-Craig
Update: Based on queries generated from this thread, I've posted my solution at Using SOCKS via Net::SSH::Perl. Comments welcome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using SSH via SOCKS5 Proxy
by erroneousBollock (Curate) on Sep 11, 2007 at 16:03 UTC | |
by cmv (Chaplain) on Sep 11, 2007 at 19:23 UTC | |
|
Re: Using SSH via SOCKS5 Proxy
by salva (Canon) on Sep 11, 2007 at 18:18 UTC | |
by cmv (Chaplain) on Sep 11, 2007 at 19:31 UTC | |
by salva (Canon) on Sep 11, 2007 at 19:53 UTC | |
by Anonymous Monk on Jul 07, 2011 at 03:54 UTC | |
by salva (Canon) on Jul 07, 2011 at 06:34 UTC | |
|
Re: Using SSH via SOCKS5 Proxy
by cmv (Chaplain) on Sep 11, 2007 at 13:53 UTC |