Hi,
I’m trying create a Mysql Datasource using SSHTunnel, if i use the Key auth all works fine, but if i use Password i have this error:
Error in connecting to Datasource: BIPP-API-ERR-211 : Server encountered error while testing a datasource connection (Error Connecting Datasource: error encountered while opening SSH Tunnel)
I already tested the tunnel locally with password trought ssh command (ssh -p PORT USERNAME@IP -N -L 3306:MYSQL_HOST:3306) and all works fine.
Could you help me please?
Regards