Question
DBeaver SSH connect with DigitalOcean/MySql
After trying every solution that I could find, nothing worked. So I’m posting my question here.
Followed instructions on how to connect but always getting same error
Can't initialize tunnel
Cannot establish tunnel
com.jcraft.jsch.JSchException: Auth fail
My connection settings:
Server Host: 127.0.0.1
Port: 3306
Username: database username
Password: database password
Network:
Host/IP: myIPaddress
Port: 22
User Name: hostname
Authentification Method: Public Key
Private Key: ……ssh\id_rsa
What am I doing wrong here?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×