We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, loving hashi-up, just wondering if it has the ability to install via a jump host. If so is there any documentation regarding it Thanks
The text was updated successfully, but these errors were encountered:
Hi @octdanb, thanks for your interest in hashi-up
Installation via a jump host is not supported, but I have a workaround to achieve this:
I'm sure the ssh client will use your SSH config, so you should be able to create a connection with local port forwarding, eg:
My SSH config:
Host 192.168.5.101 ProxyJump [email protected]
First bring the SSH service of the target to your local machine:
ssh -L 2222:localhost:22 [email protected]
Now you can install nomad with hashi-up, using the local port:
hashi-up install nomad --ssh-target-addr localhost:2222 ...
Sorry, something went wrong.
No branches or pull requests
Hi there, loving hashi-up, just wondering if it has the ability to install via a jump host. If so is there any documentation regarding it
Thanks
The text was updated successfully, but these errors were encountered: