davidrg / ckwin

Kermit 95 (C-Kermit for Windows) - scriptable internet and serial communications with terminal emulation
Other
60 stars 15 forks source link

Dynamic port forwarding over SSH #297

Open davidrg opened 2 weeks ago

davidrg commented 2 weeks ago

Dynamic port forwarding was supported by Kermit 95 2.x but isn't supported in 3.0 currently.

Libssh doesn't currently provide any assistance here so this is going to require implementing a SOCKS5 proxy in the SSH backend which may be a fair bit of work.