Hello all, In my application I opened and forwarded a channel and then sent an http request to other side of the channel (squid).As an answer I read some data with ssh_channel_read(), my question is when I read from ssh_channel_read(), what kind of data is that? Is it encrypted or just compressed? Do I need to decrypt data coming out of the ssh_channel_read or sister functions before using it?
Cheers
