Skip to content

Function: getSshKeyIdentity()

ts
function getSshKeyIdentity(key): string;

A key's identity for deduplication and revocation: its algorithm and blob, with the comment dropped. Two lines that differ only by comment name the same key, so both the node and the client collapse them to one.

Parameters

ParameterType
keystring

Returns

string