Coder Social home page Coder Social logo

ssh: handshake failed about sake HOT 7 CLOSED

dwarfi09 avatar dwarfi09 commented on August 19, 2024
ssh: handshake failed

from sake.

Comments (7)

alajmo avatar alajmo commented on August 19, 2024

One note, sake ssh uses the users underlying ssh whereas run/exec uses Go's ssh library.
Anyway, how do you connect to the server? See https://sakecli.com/inventory#provide-identity-and-password-credentials for more info on connection methods.

from sake.

dwarfi09 avatar dwarfi09 commented on August 19, 2024

OK, thank you. So I have to provide the path to the identity_file explicitly. This works, great!

from sake.

alajmo avatar alajmo commented on August 19, 2024

sake will try all identities in your ssh-agent (just like ssh does, unless you specify IdentitiesOnly) if you don't specify any identity key.

from sake.

dwarfi09 avatar dwarfi09 commented on August 19, 2024

Maybe sake could try the default .ssh/id_rsa if no ssh-agent is used (like ssh does)?

from sake.

alajmo avatar alajmo commented on August 19, 2024

Yeah, that's a good idea, I'll also try to support the Match * operator since it's quite common to specify some common options there.

from sake.

alajmo avatar alajmo commented on August 19, 2024

0.14.0 should now support default path ~/.ssh/id_rsa, ~/.ssh/id_ecdsa, ~/.ssh/id_dsa if no identity file is set.

from sake.

dwarfi09 avatar dwarfi09 commented on August 19, 2024

works very well, thank you.

from sake.

Related Issues (20)

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.