How it works
When you connect to a host that requires a jump host:- Luumen first authenticates to the jump host using the credential assigned to that jump host.
- From the jump host, Luumen establishes a connection to the target host using the credential assigned to the target.
Mark a host as a jump host
Before you can route traffic through a host, you need to mark it as a jump host:- In the Hosts widget, find the host you want to use as a jump host.
- Open its detail page and click Edit.
- In the Authentication section, toggle Mark as jump host on.
- Confirm the host has a credential assigned. The jump host uses this credential for the first hop.
- Click Save.
Route a target host through a jump host
For each host that requires a jump host:- In the Hosts widget, find the target host.
- Open its detail page and click Edit.
- In the Authentication section, set the Jump host dropdown to the host you marked as a jump host.
- Confirm the Credential field shows the credential the target host should use after the jump host is reached.
- Click Save.
Tips for jump hosts
- Use a dedicated credential for the jump host. Many teams use a separate user account on the jump host (often with limited shell access) so jump host activity is easy to audit separately from target host activity.
- Test the jump host independently first. Before assigning a target host to a jump host, test the jump host’s credential to confirm it works on its own. If the jump host can’t connect, every host routed through it will also fail.
- WinRM hosts cannot be jump hosts. Use SSH for the jump host, even if your target hosts use WinRM.
Limitations
- Single hop only. Luumen does not currently support chained jump hosts (target → jump1 → jump2 → final). Each target host connects through exactly one jump host.
Next steps
- Manage credentials used by jump hosts and targets.
- Connect to your first host.
- Visit the help center to troubleshoot connection errors.