[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Encrypt data between socket client and server


On 3/4/26 4:47 PM, gbWilly wrote:
I have been investigating the matter a bit more and it seems like SSH does what I need.

I could very well be wrong, but I'm thinking that SSH is not what you need. It was designed to operate as a Secure SHell, not as a network tunnel. Tunneling can be done, but it is rather complex. (Maybe you could use a VPN instead.)

I did find this:
https://stackoverflow.com/questions/47267899/bi-directional-communication-using-sockets-via-ssh-tunnel


--
Lee

--- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ----
--- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----


Follow-Ups:
Re: Encrypt data between socket client and serverOlivier Cruilles <olivier.cruilles@xxxxxxxx>
References:
Encrypt data between socket client and servergbWilly <gbWilly@xxxxxxxxxxxxxx>
Re: Encrypt data between socket client and serverLee <t.lee.davidson@xxxxxxxxx>
Re: Encrypt data between socket client and servergbWilly <gbWilly@xxxxxxxxxxxxxx>