[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Encrypt data between socket client and server
[Thread Prev] | [Thread Next]
- Subject: Re: Encrypt data between socket client and server
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Wed, 4 Mar 2026 17:44:33 -0500
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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] ----
| Re: Encrypt data between socket client and server | Olivier Cruilles <olivier.cruilles@xxxxxxxx> |
| Encrypt data between socket client and server | gbWilly <gbWilly@xxxxxxxxxxxxxx> |
| Re: Encrypt data between socket client and server | Lee <t.lee.davidson@xxxxxxxxx> |
| Re: Encrypt data between socket client and server | gbWilly <gbWilly@xxxxxxxxxxxxxx> |