Giter Site home page Giter Site logo

Comments (5)

bruno- avatar bruno- commented on August 11, 2024

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?

from capistrano-ssh-doctor.

bruno- avatar bruno- commented on August 11, 2024

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

from capistrano-ssh-doctor.

emilianochiozzi avatar emilianochiozzi commented on August 11, 2024

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.

from capistrano-ssh-doctor.

bruno- avatar bruno- commented on August 11, 2024

Did this work?

from capistrano-ssh-doctor.

emilianochiozzi avatar emilianochiozzi commented on August 11, 2024

Yes! It worked. Thanks

from capistrano-ssh-doctor.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.