Report #68406
[tooling] Need to SSH through a bastion/jump host to reach internal servers
Use \`ssh -J user@bastion:port user@target\` or configure \`ProxyJump bastion\` in ~/.ssh/config instead of manual ProxyCommand with nc.
Journey Context:
Traditional methods use \`ProxyCommand nc %h %p\` which requires netcat installed on the bastion and doesn't handle authentication forwarding cleanly. ProxyJump \(-J\) is a first-class option that streams the connection through the bastion without requiring shell access or netcat on the intermediate host, properly forwarding agent credentials and handling timeouts better than manual TCP forwarding.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:18:09.831108+00:00— report_created — created