feat: add jump host ssh option#1885
Open
rjourdan04 wants to merge 2 commits intowarp-tech:mainfrom
Open
Conversation
feat: add jump host ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi everyone,
When deploying Warpgate into our infrastructure, we faced a problem. We have multiple environments not sharing the same subnet. Each environment has a machine with a public ip that we are using as a "gateway" while the other machines only have private ips.
We didn't want to add complexity our maintenance process so having multiple Warpgate wasn't a solution.
We first tried to do ProxyJump using our client ssh config. It was working as expected but we lost a key feature : Session Recordings as Warpgate was just seeing a TCP flow.
What we wanted was the option to configure server side ProxyJump. This is a key feature for us to deploy Warpgate in our company.
Before submitting a feature request, we wanted to see if it was possible.
To be honest, we aren't Rust developers so we used AI assistance during development.
We built it and deployed it on a test environment and our needs are 100% satisfied. We are now able to configure ProxyJump for a target, session recordings work perfectly.
We believe this feature could benefit the community.
Let me know if you have any questions or suggestions.
Kind regards,
Romain