I am pretty sure this is a simple fix I think but I've been trying to setup a forge server and access the database.
My issue is when I add the credentials emailed to me by forge I get an ssh tunnel error.
My configuration settings are all there like IP,Hostname, passwords id_rsa.pub key but it will not connect at all.
Here is the email I got with the correct details from Forge:
Name: rs-staging
IP Address: ***.**.***.**
Username: forge
Sudo Password: ******************
Database Username: forge
Database Password: ******************
All details entered are correct but the error I get it this:
Could not connect the SSH Tunnel
Failed to Connect to MySQL at ***.*.*.*:3306 through SSH tunnel at ***.**.***.**:22 with user forge
Can anyone elaborate on why tunneling might not work via MySql Workbench?
Thanks!