ResolvedOpenSshHost
Defined in: src/profiles/importers/OpenSshConfigImporter.ts:94
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:96 |
matched | readonly OpenSshConfigEntry[] | Source entries that contributed to the resolved set, in match order. | src/profiles/importers/OpenSshConfigImporter.ts:100 |
options | Readonly<Record<string, readonly string[]>> | Per-directive ordered values, keyed by lower-cased directive name. | src/profiles/importers/OpenSshConfigImporter.ts:98 |