Can SSH Tunnel act as its own server? (wodSSH / wodSSH.NET)

by lgallion @, (5007 days ago)

I looked through the examples for a 'server' example but what little I found didnt' seem to really be a 'server'. Can SSHTunnel act as its own SSH server for port redirection? That is, can you create two SSHTunnel clients that can connect and redirect ports without having a true SSH Server on either side?
Thanks!

locked

Re: Can SSH Tunnel act as its own server?

by wodDamir @, (5006 days ago) @ lgallion

Hi,

Unfortunately, that's not possible. wodSSHTunnel is a client component which requires an active connection to SSH server in order to establish port forwarding.

The Server sample that you're referring is actually just using the wodSSHTunnel service, an out-of-process .exe instead of a .dll or .ocx.

Regards,
Damba

locked