[erlang-questions] Port forwarding

Attila Rajmund Nohl attila.r.nohl@REDACTED
Tue Oct 25 10:39:49 CEST 2011


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.



More information about the erlang-questions mailing list