Git Product home page Git Product logo

Comments (2)

skavanagh avatar skavanagh commented on July 23, 2024

No there isn't and it will only ever store/use one private key.

When KeyBox first starts up it generates a pub/pvt key pair (or you can set
a custom), encrypts it, and stores in it's DB. It uses that one private
key for everything, so if password authentication is turned off, you will
have to provision the public key it uses on the systems prior to setting
them in the application.

The key that is generated (or set) above is used whenever a user connects
in the web-shell (even if they have their own keys set).

When user a sets their own key on a system and downloads the private (so
they can connect directly without KeyBox), it doesn't store that private
key anywhere. It only keeps the public when managing user's keys.

On Wed, Apr 22, 2015 at 9:17 AM, vjl518 [email protected] wrote:

First, I am new to KeyBox, so I may not be doing everything perfect just
yet.

For my install I have started it using a custom key pair, which works
fine. This key is present on existing systems and I am able to create the
initial connections as expected.

Since password authentication is disabled on my systems it seems I am
required to leverage the custom key pair I started KeyBox with for every
system account I want to be able to connect to. Is there a way to provide a
secondary key pair to enable this first connection?

For instance, when I setup the system it would be nice if I could also
provide the appropriate keys to enable the initial connection to the host
for the account being used. This assumes the public key is already on the
host within the users authorized_keys file, but I can handle that in my
automation.


Reply to this email directly or view it on GitHub
#73.

from bastillion.

518Ma1n3r avatar 518Ma1n3r commented on July 23, 2024

Thanks, that answers my question.

from bastillion.

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.