Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: SSH2 with SOCKS5 proxy

by salva (Canon)
on Jul 13, 2012 at 06:30 UTC ( [id://981565]=note: print w/replies, xml ) Need Help??


in reply to SSH2 with SOCKS5 proxy

You can pass an open socket to Net::SSH2 connect instead of the host/port pair.

So you can create the socket, connect to the proxy and do the SOCKS5 handshake yourself and then call $ssh->connect($socket).

If you are on Linux/Unix you could even use an external program as socat to do the handshaking for you.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://981565]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found