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
| Parameter | Type |
|---|---|
key | string |
Returns
string