Skip to content

ImportOpenSshConfigOptions

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

Options accepted by importOpenSshConfig.

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