-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot parse privateKey: Unsupported key format #1032
Comments
No one had this problem? No new mac users here? I there any trick I couldn't find to generate a key with the old syntax? What I did in the end to circumvent this is create a new ssh key on an old machine and copy it to my new mac. But this is not really a nice way to do it. |
@Twisterking |
I have the same error on MacOS but I think it is because I have to generate my keys using |
@charlesdagenais If I remember correctly I tried that and it still didn't work, still had some new syntax which couldn't be parsed. @jankapunkt So what was the exact command you used? Does it work now or are you still getting that error? |
@Twisterking mey key is generated using A username/password combination is denied by the server as I can only login using the key via |
I had the same issue on Mojave but got it working after many hours of trying different things. Here's what worked for me:
I hope this helps. Good luck! |
Seems like
mscdex/ssh2#352 (comment) |
Awesome, however
seems to me that it will take a while until Meteor will be at v12 |
You can change the type of private key without needing to modify your public key:
|
The latest beta of 1.5 should support the additional formats. |
thank you, generating additional private key solved my problem as well. |
I have the same error working in node.js(node-ssh) windows 11 and 10, |
Mup version (
mup --version
):1.4.5
Okay so the problem is, that macOS Mojave is creating new OpenSSH keys, which can't be parsed with the
ssh2
module. I googled a lot but I can't get it to work. :(The older keys started with
the newer ones with
Anyone found a way to fix this?
Output of command
The text was updated successfully, but these errors were encountered: