lightbringer has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
I have successfully established SSH2 connection by using Perl. Now I would like to connect through a SOCKS5 proxy. And when I look at the manual of Net::SSH2, it seems to have no support to create such connection.
Anyone knows how to do that? I have looked at NET::Perl::SSH but they say it was too old and hasn't been updated for a long time.
Thanks in advance.