-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Using et through a jumphost #532
Comments
Is the et server running on the jumphost? |
Yes. And the target server of course. I can et to the jumphost directly
and that works fine.
It just hangs when trying the jump….
On Wed, Aug 24, 2022 at 9:39 PM Jason Gauci ***@***.***> wrote:
Is the et server running on the jumphost?
—
Reply to this email directly, view it on GitHub
<#532 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKE5LWTCJAMAK5KL3LQQMKTV232JHANCNFSM57RIDN7Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*Ray Johnson *| *CTO*
*email:* ***@***.***
*Tilia* | <http://www.tilia.io/> <http://www.tilia.io/>Powering Virtual
<http://www.tilia.io/> Economies <http://www.tilia.io/>
|
@rayjlinden Can you provide logs from your client (/tmp/etclient-) and your server(s) (/tmp/etserver- and /tmp/etterminal--*). Also I'd recommend removing your complex |
heavily Inspired by ET
I made a ssh proxyCommand tool to achieve that goal |
Same bug here, can't ProxyJump. I found the bug lie in the parsing of the hostname string when you specify a user.
But It's visible in the error message (MacOS, Apple Silicon M1) |
At first we could not connect to the destination from the jump host due to SSH Agent error. That appears resolved with et's However, still unable to connect to our destination through the jump host with a single command. Is it due to this issue which was fixed in #614 but not exist in our version of et yet? We just upgraded to version Can you help us establish this connection?
SSH works as expected:
Issues with et:
Issue 1 [believed resolved]:Attempted fix & Issue 2 [unresolved]:
Have tried different combinations of options like putting the full hostname of myJumphost in the ~/.ssh/config, or removing myJumphost entry from the config and specifying jump options with the command, and so on, but always "could not reach the ET server". |
Hi @MisterTea, any feedback regarding above connection issue and how we might get connected to our server via the jump host? Thanks |
Does it work if you make two et connections (one to the jumphost and then another et connection from within the jumphost to the destination)? |
Yes sir, it does, but only if
|
Can you try using the -J command directly instead of relying on the ssh config and see if that works? |
Idk what you mean. There is no
Since
and tried: Result: I added Tried using |
There should be a -J option in et. The longform is --jumphost |
Oddly -J does not show up in et --help. But it does work. The flag
--jumphost is documented in et --help though.
(This is on et version 6.2.8)
Ray
…On Sat, Apr 27, 2024 at 6:35 AM Jason Gauci ***@***.***> wrote:
There should be a -J option in et. The longform is --jumphost
—
Reply to this email directly, view it on GitHub
<#532 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKE5LWRTNT2SYIRKLBROG5LY7OSSRAVCNFSM57RIDN72U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TEMBYGA3DONJVGQYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I've been using et for a while over a VPN - works great!
However, we are moving to use a jumphost instead. I can not seem to get et to work through the jump host.
I can jump through the jumpiest just fine with ssh. I do it like this:
With et though things just hang for me. Here is what I'm running:
I'm probably doing something wrong. So any help would be appreciated. Or at least some guidance on how to debug this better?
The text was updated successfully, but these errors were encountered: