You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting below error when I trying to connect using keys generated with ed25519 algorithm.
Error: Cannot parse privateKey: Unsupported OpenSSH private key type: ssh-ed25519
at Client.connect (/opt/hive/services/hive-fabric/node_modules/ssh2/lib/client.js:243:13)
at Promise (/opt/hive/services/hive-fabric/node_modules/node-ssh/lib/index.js:61:18)
at new Promise (<anonymous>)
at Promise.then.config (/opt/hive/services/hive-fabric/node_modules/node-ssh/lib/index.js:35:23)
@steelbrain ,
I am getting below error when I trying to connect using keys generated with
ed25519
algorithm.It should be resolved as per this comment
Can you please update the packages and release new version?
The text was updated successfully, but these errors were encountered: