I’m trying to connect my database mysql (RDS Aurora serverless) and Mulesoft. But I have to setup an SSH tunnel with an EC2 instance (AWS restrictions) So I try an ssh connection from Mulesoft to my EC2 instance, all tutorials I have found talk about sshmultiplexedconnector or SSH Connecter - Mule 3, and they seems to be deprecated.
Did you had the same problems, and do you have solutions or other methods ?
PS, I’m using : Mule server 4.2.0 Anypoint Studio 7.3.4 EC2 instance run Ubuntu 18.04
Tutorial : https://blogs.mulesoft.com/dev/connectivity-dev/mule-in-a-shell-new-ssh-connector/
Thanks and regards.