Expand description
Shared SSH argument helpers.
These routines capture the CLI semantics we need in multiple places: identifying passthrough-only invocations and extracting the destination host for logging or vault lookups.
Functionsยง
- extract_
destination_ host - Returns the target host from a forwarded SSH invocation, if present.
- is_
non_ interactive_ ssh_ invocation - Returns
truewhen the forwarded SSH arguments should bypass the normal interactive output pipeline.