I would like to be able to create a SSH tunnel in my desktop app to reach the database on my xojo cloud server.
Please look at adding this ability to the framework.
I would like to be able to create a SSH tunnel in my desktop app to reach the database on my xojo cloud server.
Please look at adding this ability to the framework.
Local port forward from OpenSSH could solve your need?
I am using windows. I can use Putty but I would like everything to be contained in Xojo.
Windows contains OpenSSH, sometimes it just need to be activated if not already ok.
I guess this PS cmdlet may do the job (test it)
PS C:\> Add-WindowsCapability -Online -Name "OpenSSH.Client~~~~0.0.1.0"
We have a SSH2TunnelMBS class in our plugin.
You can use it to make a tunnel for a database access.