resolveOpenSshHost
function resolveOpenSshHost(entries: readonly OpenSshConfigEntry[], alias: string): ResolvedOpenSshHost;Defined in: src/profiles/importers/OpenSshConfigImporter.ts:99
Resolves the merged option set for an OpenSSH host alias.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
entries | readonly OpenSshConfigEntry[] | Parsed entries from parseOpenSshConfig. |
alias | string | Host alias to resolve. |
Returns
Section titled “Returns”Merged directive set with the matching entries.