Commit graph

2 commits

Author SHA1 Message Date
Joe Kralicky
559545f686
ssh: add runtime flag for jump host mode (#5699)
Adds a new runtime flag `ssh_allow_direct_tcpip` (default false) which
enables the "jump-host mode". This is disabled by default since we are
missing related config options/policy criteria.
2025-07-07 12:29:05 -04:00
Kenneth Jenkins
717a7bdf5a
testenv: add support for SSH routes/upstreams (#5676)
Add the new types scenarios.SSH for configuring Pomerium with the global
SSH config options, and upstreams.SSHUpstream for configuring an
individual SSH upstream/route.

Add barebones device auth flow support to the testenv mock IdP, for use
with the SSH auth flow.

---------

Co-authored-by: Joe Kralicky <joekralicky@gmail.com>
2025-06-26 10:49:52 -07:00