node.js - Node ssh2 library private key error -



node.js - Node ssh2 library private key error -

getting next error node ssh2 module,

error: unable parse private key while generating public key (expected integer version)

i've logged key , looks okay, cause this?

relevant code

privatekey: require('fs').readfilesync(__dirname + '/config/id_rsa', 'utf8'),

node.js ssh

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -