Server side connection to mysql via ssh

Currently we make MySQL connections via PHP with PDO on the web server.

If you want to go through SSH a special SSH tunnel needs to be setup. Not a very common thing to do even with remote DB servers…

Is there a special reason why you want to go through an extra security layer as it will only slows things down…?

Maybe @patrick can advise if it can be implemented in Wappler