Skip to content
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

some confuse about how to start up #20

Closed
llqgit opened this issue Jul 19, 2016 · 5 comments
Closed

some confuse about how to start up #20

llqgit opened this issue Jul 19, 2016 · 5 comments

Comments

@llqgit
Copy link

llqgit commented Jul 19, 2016

I have a error when I run pm2-meteor start. And I can not find out why. Is there somebody can help me? T^T

Starting app on host machine \events.js:154
      throw er; // Unhandled 'error' event
      ^

Error: All configured authentication methods failed
    at tryNextAuth (/usr/local/lib/node_modules/pm2-meteor/node_modules/ssh2/lib/client.js:290:17)
    at SSH2Stream.onUSERAUTH_FAILURE (/usr/local/lib/node_modules/pm2-meteor/node_modules/ssh2/lib/client.js:469:5)
    at emitTwo (events.js:100:13)
    at SSH2Stream.emit (events.js:185:7)
    at parsePacket (/usr/local/lib/node_modules/pm2-meteor/node_modules/ssh2-streams/lib/ssh.js:3647:10)
    at SSH2Stream._transform (/usr/local/lib/node_modules/pm2-meteor/node_modules/ssh2-streams/lib/ssh.js:551:13)
    at SSH2Stream.Transform._read (_stream_transform.js:167:10)
    at SSH2Stream._read (/usr/local/lib/node_modules/pm2-meteor/node_modules/ssh2-streams/lib/ssh.js:212:15)
    at SSH2Stream.Transform._write (_stream_transform.js:155:12)
    at doWrite (_stream_writable.js:300:12)
@andruschka
Copy link
Owner

Seems like it cant login to your host machine! I would check your username / pw - or just authenticate with pem file ;)

@aislanmaia
Copy link

I have the same problem. Using a pem file results in the following error: "Encrypted private key detected, but no passphrase given"

That's is fixed by this from arunoda, but we get the same problem above: "All configured authentication methods failed".

@allpratik
Copy link

Same issue. Anyone got it resolved?

@MaxTwentythree
Copy link

You could create a ssh key without a passphrase:
ssh-keygen -t rsa -P '' -f keyname
..worked for me

@llqgit
Copy link
Author

llqgit commented Sep 4, 2017

Thanks you guys.

@llqgit llqgit closed this as completed Sep 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants