Skip to content
Discussion options

You must be logged in to vote

I also could not find accurate solution from dbeaver, but following hack should help you solve the issue

execute the command from terminal

ssh -i id-cert.pub -fNL 3308:localhost:3307 username@server.com

In the above command

  1. replace 3308 for local port through which all requests should be served
  2. 3307 is the port where service on remote server is listening

So after that in Dbeaver you can configure using localhost and port used for tunnelling.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by uslss
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
4 participants
Converted from issue

This discussion was converted from issue #8896 on November 16, 2021 14:05.