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.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
alias | string | Host alias the lookup was performed against. | src/profiles/importers/OpenSshConfigImporter.ts:85 |
matched | readonly OpenSshConfigEntry[] | Source entries that contributed to the resolved set, in match order. | src/profiles/importers/OpenSshConfigImporter.ts:89 |
options | Readonly<Record<string, readonly string[]>> | Per-directive ordered values, keyed by lower-cased directive name. | src/profiles/importers/OpenSshConfigImporter.ts:87 |