When I put my private key file into win-sshfs, it says: "Invalid private key
file."
I've checked the win-sshfs source code. In PrivateKeyFile.cs, line 25, it says:
... (?<data>([a-zA-Z0-9/+=]{1,64}\r?\n)+) ...
That means the max length of each data line is 64. But mine is over 64.
When I split my key file into lines with fewer characters, it works perfectly.
Maybe change the regex would be a good idea to enhance compatibility.
Original issue reported on code.google.com by halfju...@gmail.com on 5 Apr 2012 at 3:36
Original issue reported on code.google.com by
halfju...@gmail.com
on 5 Apr 2012 at 3:36