question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Native SSH tunnel over AWS SSM

See original GitHub issue

Is your feature request related to a problem? Please describe. Currently, I’m connecting to my RDS instances through jump hosts over AWS SSM. Since there’s no AWS SSM support yet on dbeaver, I’m creating the SSH tunnel separately on terminal, and then on my dbeaver connection settings, I connect to the databases on localhost. This is far less than ideal and not scalable when working with multiple databases and drivers.

Describe the solution you’d like I would like a native support for SSH tunnel over AWS SSM.

Describe alternatives you’ve considered Perhaps having dbeaver to read from local ssh config? That way we could still make use of ProxyCommand to invoke aws ssm to start a session.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:19
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

11reactions
russ-gillespiecommented, Jun 24, 2021

The solution to this doesn’t need to be as complex as supporting AWS SSM. SSM already supports SSH, so all DBeaver needs to do is allow the use of the native SSH agent. On macOS for example my ~/.ssh/config is all setup and working for SSH to proxy via SSM, so if DBeaver used that everything would just work. Alas, unfortunately it doesn’t.

9reactions
caldo-pyscommented, Jul 9, 2021

Very interested also 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use an SSH tunnel through AWS Systems Manager to access ...
To create an SSH tunnel, you can use Session Manager, a capability of AWS Systems Manager that lets you use port forwarding for...
Read more >
SSH tunneling using SSM as Bastion | by Fei Yao - Medium
How to connect ? First, enable the SSH tunnel, and leave it running until you don't need it, then terminate it (Ctrl +...
Read more >
Securely Access Private AWS Resources with SSH - Prismatic
Instead of placing sensitive resources in public subnets, use AWS Systems Manager to connect AWS via SSH tunnels to securely access ...
Read more >
Database connection via SSH Tunnel over AWS SSM works ...
I have a private AWS subnet with a Postgres instance and an EC2 Amazon Linux 2 instance that can be accessed over AWS...
Read more >
How to SSH tunnel through AWS Systems Manager to access ...
This capability means that Session Manager tunnels real SSH connections, allowing you to tunnel to another resource within your VPC directly ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found