Storage/SFTP returning "Malformed OpenSSH private key" #6989
Unanswered
bekarau
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Trying to set up a backup from an instance (2.5.289) by publishing configuration in the STORAGE/SFTP section. After pasting and typing the various items in, I activated/applied the settings and was shown a small red error stating "Malfourned OpenSSH private key". This appears to be generated by the
ssh2
modules being used by thessh2-promise
wrapper module.I have tried various different types and formats, and even attempted to revert to just using password authentication, but the error persists.
I don't have access to the system logs to get further details (only info available is what's via the web admin interface).
Tried:
Both as generated from
ssh-keygen
and manipulated to remove CR/LFs between the markers.A quick peek at the
ssh2-promise
and thessh2
modules on github suggests that the first block of data should have worked.Any thoughts on what could be causing the issue?
Beta Was this translation helpful? Give feedback.
All reactions