diff --git a/types/sshpk/index.d.ts b/types/sshpk/index.d.ts index 9d179008a2..268b00996b 100644 --- a/types/sshpk/index.d.ts +++ b/types/sshpk/index.d.ts @@ -268,8 +268,11 @@ declare namespace SshPK { } class PrivateKey { + comment?: string; constructor(opts: any); + static formats: Formats; + toBuffer(format: string, options: any): Buffer; hash(algo: string): Buffer; toPublic(): Key;