-
Notifications
You must be signed in to change notification settings - Fork 102
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
connect fails, using valid/current OpenSSH key: "Uncaught Error: Cannot parse privateKey: Unsupported key format", #143
Comments
|
@mscdex Hi, thx for the reply here! Sticking with OpenSSL is a good -- or at least practical -- thing, imo. So sounds like this needs to be taken up with/at node.js? If it were to get 'fixed' there, iiuc, the fix would percolate through your ssh2 to here, @ the remote-ftp pkg? |
@pgnd Yes. Although you have to keep in mind that if/when the changes make it into a node/io.js release, you'd have to upgrade to that version (that may/may not be a problem for you). |
@mscdex Great. And yes, of course -- i diy my node anyway :-) thx. I'll see what/who I can poke 'over there' ... |
for reference: "io.js crypto lacks standard ed25519 crypto support for ssh, etc. #2144" |
/cc @mscdex fyi, from io.js #2144 (nodejs/node#2144) "Maybe the ssh package (https://www.npmjs.com/package/ssh) works for you? It's either that or wait until openssl grows ed25519 support. That probably won't be anytime soon, it's a pretty conservative project." |
I am getting the same issue in this error: Error: I have had no issues using these credentials and key file to connect using other tools such as FileZilla and using SSH in the terminal. I could not quite comprehend the discussion above but it seems like the type of key I'm using is not supported? here is my config file { Cheers |
I've installed
on linux64.
I setup an '.ftpconfig'
where privatekey is a valid & regularly used openSSH-generated ed25519 key. It's current being used to connect via openSSH (openSSH_6.9p1, OpenSSL 1.0.2c 12 Jun 2015), from shell, to the 'test.DDDD.com' host.
On attempt to make the connection in atom, the following error's thrown
The text was updated successfully, but these errors were encountered: