[erlang-questions] Port forwarding

Miriam Pena miriam.pena@REDACTED
Wed Nov 2 18:01:50 CET 2011


There are a couple of "not yet officially supported" functions in the module ssh_connection named direct_tcpip and tcpip_forward. We are using the first one to set up a ssh tunnel in a project and so far we have not encountered any problem.

/Miriam Pena

----- Original Message -----
From: "Attila Rajmund Nohl" <attila.r.nohl@REDACTED>
To: "erlang-questions" <>
Sent: Tuesday, October 25, 2011 10:39:49 AM
Subject: Re: [erlang-questions] Port forwarding

2011/10/25 József Bérces <jozsef.berces@REDACTED>:
> Is it possible to set up port forwarding with the erlang SSH client?

As far as I know, the OTP SSH client doesn't have any option that
would support this. However, you can open a connection using
ssh:connect, then pass along data that connection using the
ssh_connection module. So you should be able to implement a tunnel
over the OTP SSH client.
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list