Skip to content

ImportOpenSshConfigOptions

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

Options accepted by importOpenSshConfig.

PropertyTypeDescriptionDefined in
aliasstringHost alias to import.src/profiles/importers/OpenSshConfigImporter.ts:156
entries?readonly OpenSshConfigEntry[]Pre-parsed entries from parseOpenSshConfig.src/profiles/importers/OpenSshConfigImporter.ts:154
text?stringRaw ssh_config text. Either this or entries must be provided.src/profiles/importers/OpenSshConfigImporter.ts:152