Appearance
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.
input
string
SshPublicKeyParseResult