Skip to content

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.

ParameterTypeDescription
entriesreadonly OpenSshConfigEntry[]Parsed entries from parseOpenSshConfig.
aliasstringHost alias to resolve.

ResolvedOpenSshHost

Merged directive set with the matching entries.