Re: [RFC] channels regression issue

2020-04-16 Thread Heiko Thiery
Hi Jakub and all, > Tests are living in the tests/ directory. This does not sound like > something that could be covered with unit test so either client or > server directory would be appropriate. We do not have much code > coverage for this low-level channel handling so it is appropriate to > cre

Help connecting two ports and ssh_channel_open_forward (or ssh_channel_open_reverse_forward?)

2020-04-16 Thread Jens Winslow
I wish to connect two ports securely through SSH, so that I can connect a socket with a secure transmission. I have an Echoing Server socket on port 2000 of my Windows machine running SSH server. I have a Client Socket that tries to connect to port 2000 and test connection by sending (and receivin