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

I am not receiving more information and still dont know the problem #3

Closed
emilianochiozzi opened this issue Mar 2, 2015 · 5 comments

Comments

@emilianochiozzi
Copy link

screen shot 2015-03-02 at 6 10 10 pm

Hi Bruno, nice job in this gem.
This what I get running this tool. I am using a .pem autentication file. But I don't even know if it is finding the file. Could you help me please?

@bruno-
Copy link
Member

bruno- commented Mar 3, 2015

Hey, thanks for opening an issue. A user is not supposed to ever get that output, so, that's a bug :)

I suppose you know the path to your .pem file?
Do you have the path to the key set in ssh_options as shown here?

From your output, it seems the key that is being used is "/users/emilianochiozzi/.ssh/id_rsa". That's not the key you want to use, right?

@bruno-
Copy link
Member

bruno- commented Mar 3, 2015

Even easier, you can specify the key like this:

server "111.112.113.114", user: "deploy", roles: %w{web app db}, keys: "/foo/bar.pem"

Also, I've opened issues #4 and #5 based on your report.
Let me know if the above works for you?

If not, maybe the solution is to add the "custom" .pem key to your local ssh agent. Old school instructions how to do that here

@emilianochiozzi
Copy link
Author

I will try this. Thanks!

Sent from my iPhone

On Mar 2, 2015, at 22:18, Bruno Sutic [email protected] wrote:

Even easier, you can specify the key like this:

server "111.112.113.114", user: "deploy", roles: %w{web app db}, keys: "/foo/bar.pem"
Also, I've opened issues #4 and #5 based on your report.
Let me know if the above works for you?

If not, maybe the solution is to add the "custom" .pem key to your local ssh agent. Old school instructions how to do that here


Reply to this email directly or view it on GitHub.

@bruno-
Copy link
Member

bruno- commented Mar 8, 2015

Did this work?

@emilianochiozzi
Copy link
Author

Yes! It worked. Thanks

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

2 participants