Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Connect via ssh tunnel failed #757

Open
syntaxys opened this issue Apr 22, 2024 · 1 comment
Open

BUG: Connect via ssh tunnel failed #757

syntaxys opened this issue Apr 22, 2024 · 1 comment

Comments

@syntaxys
Copy link

Describe the bug
Can't connect to a specific MySQL host via ssh tunnel while it is possible with i. e. the app „Sequel Ace“ on the same machine. Other tunneled connections work without a problem in DbGate. Is there a way to debug this? I don't have access to the host providers log files.

Log details

Error
    at e.exports (/Applications/DbGate.app/Contents/Resources/app.asar/packages/api/dist/bundle.js:11:86455)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async process.<anonymous> (/Applications/DbGate.app/Contents/Resources/app.asar/packages/api/dist/bundle.js:456:325634)

Error JSON: {}

Connection: {
  "server": "***",
  "engine": "mariadb@dbgate-plugin-mysql",
  "sshMode": "keyFile",
  "sshKeyfile": "***",
  "displayName": "***",
  "connectionColor": "***",
  "useSshTunnel": true,
  "sshHost": "***",
  "sshLogin": "***",
  "sshKeyfilePassword": "***",
  "_id": "***",
  "unsaved": false,
  "user": "***",
  "defaultDatabase": "***",
  "singleDatabase": false,
  "password": "***",
  "parent": "***",
  "passwordMode": "saveRaw",
  "sshPassword": "***"
}

Platform: darwin

Version Information:

  • OS: MacOS Big Sur
  • App Version 5.2.7
  • Install source: installer
  • Database engine: MySQL
@ProjectInfinity
Copy link
Collaborator

ProjectInfinity commented May 17, 2024

Please try the following Beta https://github.com/dbgate/dbgate/releases/tag/v5.2.9-beta.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants