|
Is there some kind of restriction on format/type/size or something like that on key files for adding an SFTP host? Public key (rsa 1024) is on the server, private key is in a file on the device, but when I try to create the connection, I get an error that says "Task did not succeed and did not report an error." |
Answered by
GaidinBDJ
Feb 24, 2024
Replies: 1 comment
|
Okay, so I found the problem. Somehow, the public key ended up malformed at some point (about 10 bytes missing from the middle) and the vague error message simply meant it couldn't find a corresponding public key on the server. This should probably have a more informative error message. |
0 replies
Answer selected by
GaidinBDJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay, so I found the problem.
Somehow, the public key ended up malformed at some point (about 10 bytes missing from the middle) and the vague error message simply meant it couldn't find a corresponding public key on the server.
This should probably have a more informative error message.