mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #591] Allow proxy jump for egress connections #151
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#151
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jon4hz on GitHub (Sep 23, 2025).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/591
Hi,
What do you think about the idea of adding support for a
ProxyJumpfor egress connections?There might be situations, where you want to connect to a server that is behind another proxy host, which is owned by another entity, and therefore you are forced to use a
ProxyJump. In that case, It would be nice if you could configure this when adding access to new servers.To keep this a simple as possible, I'd suggest to support only one proxy jump.
The
groupAddServer,accountAddPersonalAccessandselfAddPersonalAccesswould get two new flags:--proxy-hostand--proxy-port.The values from those flags can be stored in the
allowed.XXXfile.oshalso needs to be adjusted to parse thessh -Joption and validate it against the value stored in theallowedfile.