-
Notifications
You must be signed in to change notification settings - Fork 59
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
Feature suggestion: Multi hop connections #113
Comments
FWIW, here's what i do for 'ssh' connections ...
Then, for pdsh, i do:
Just be sure you escape the '!' -- I have seen others use '+' as the hop-delimiter character. Unfortunately, i haven't figure out if there's any way (i don't think so at this point), to use ProxyJump directive in a macro substitution way. It seems to only support hardcoded names, so you'd need one for every cluster login node (bleah). You could also create a POSIX function like:
to leverage a dynamic value for the Jump Host. |
Oof, sorry, quick note, i actually use '!!' and edited the ssh config stanza only partially. |
Also you can use ProxyJump feature in relatively new openssh client |
This could be relevant for accessing cluster machines through a gateway machine.
The text was updated successfully, but these errors were encountered: