Connecting through ssh tunnel
Is there anyway of connecting to a DataBase through a ssh tunnel to then build a EF context (database first).
Have used sshnet in an application to config a tunnel before, wondering how in linqpad?
Is there anyway of connecting to a DataBase through a ssh tunnel to then build a EF context (database first).
Have used sshnet in an application to config a tunnel before, wondering how in linqpad?
Comments
There is no built in capability within LP that I know of. The options I think are
1. Write a driver with the capability to run over SSH
2. SSH Port forward