lucascaro / hexo-deployer-sftp

SFTP deployer for Hexo
MIT License
7 stars 5 forks source link

Error: Cannot parse privateKey: Unsupported key format #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

I use a private key in the format ed25519

But this type of private key does not seem to be supported, have you considered adding it?

noraj commented 4 years ago

This hexo package is just a wrapper around https://github.com/dobbydog/sftp-sync-deploy, so if something not working with a key format it must be an upstream issue.

suyin-long commented 2 years ago

err: Error: Cannot parse privateKey: Unsupported key format 我也遇到了同样的问题