Skip to content

Function: parseSshPublicKeys()

ts
function parseSshPublicKeys(input): SshPublicKeyParseResult;

Parses one key per line. Blank lines are skipped and duplicates collapsed; every problem is reported rather than thrown so callers can show them all.

Parameters

ParameterType
inputstring

Returns

SshPublicKeyParseResult