Skip to content

ResolvedOpenSshHost

Defined in: src/profiles/importers/OpenSshConfigImporter.ts:83

Resolved set of directives for a given host alias. Values from later-declared blocks are merged after earlier ones so wildcard fallbacks (e.g. Host *) only fill gaps.

PropertyTypeDescriptionDefined in
aliasstringHost alias the lookup was performed against.src/profiles/importers/OpenSshConfigImporter.ts:85
matchedreadonly OpenSshConfigEntry[]Source entries that contributed to the resolved set, in match order.src/profiles/importers/OpenSshConfigImporter.ts:89
optionsReadonly<Record<string, readonly string[]>>Per-directive ordered values, keyed by lower-cased directive name.src/profiles/importers/OpenSshConfigImporter.ts:87