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.

Support ~/.ssh/config and SSH ProxyJump

See original GitHub issue

It seems like medis is not using the ~/.ssh/config file for ssh connections and so not using the ProxyJump I configured in my config.

I need to connect to a remote redis server, which is only accessible via a remote host (web server). And I can only access the web server via our teams ssh hopper (the ssh jump server).

my machine ---ssh---> team jump server ---ssh---> web server ---redis---> redis server

Am I doing something wrong or is it not (yet?) supported by Medis 2?

I’m using Medis Version 2.8.17 (3060) on a MacBook Pro M1 (ARM) with macOS 12.2.1 (21D62).

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
luincommented, Aug 4, 2022

That makes sense. Thanks for the explanation! I’m thinking about providing a way to let users give Medis access to the SSH config file so Medis can use it directly. Will get back to you when I have an update on this.

0reactions
luincommented, Aug 7, 2022

The new version just gets released on the App Store. Feel free to let me know if you have other questions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Use SSH ProxyJump and SSH ProxyCommand
OpenSSH ProxyJump and ProxyCommand directives tell the SSH client how to connect to a remote server via an intermediary server — often ...
Read more >
SSH to remote hosts through a proxy or bastion with ...
Here are some tricks for using SSH through a proxy or bastion quickly. ... As with ProxyJump , ProxyCommand can be set in...
Read more >
Proxyjump, the SSH option you probably never heard of
In summary, ProxyJump is an easy way to manage SSH tunnels across proxies, extending services that may be buried in a corporate data...
Read more >
How To Use SSH ProxyJump and SSH ProxyCommand in ...
Brief: In this guide, we demonstrate how to use SSH ProxyJump and SSH ProxyCommand commands when connecting to a jump server.
Read more >
ssh_config(5) - OpenBSD manual pages
NAME. ssh_config — OpenSSH client configuration file. DESCRIPTION. ssh(1) obtains configuration data from the following sources in the following order:.
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