GithubHelp home page GithubHelp logo

Assume Port 22 for SSH about aker HOT 2 OPEN

aker-gateway avatar aker-gateway commented on August 25, 2024
Assume Port 22 for SSH

from aker.

Comments (2)

supertylerc avatar supertylerc commented on August 25, 2024

Note that if #20, #21, and this issue are all implemented, we could end up with the following as an aker.ini config for a company with five employees and 10 hosts:

[General]
log_level = DEBUG
hosts = server1
    db1
    web1
    web2
    vanilla.candles.example.com
    hamburgers.food.example.com
    slb1.partner.example.com,,shareduser
    slb2.partner.example.com,2200
    hypervisor1
    hypervisor2

[supertylerc]
enabled = True

[susan]
enabled = True

[bob]
enabled = True

[alex]
enabled = True

[alice]
enabled = True

The equivalent configuration for what currently exists would look something like this:

[General]
log_level = DEBUG

[supertylerc]
enabled = True
hosts = server1
    db1,22,supertylerc
    web1,22,supertylerc
    web2,22,supertylerc
    vanilla.candles.example.com,22,supertylerc
    hamburgers.food.example.com,22,supertylerc
    slb1.partner.example.com,22,shareduser
    slb2.partner.example.com,2200,supertylerc
    hypervisor1,22,supertylerc
    hypervisor2,22,supertylerc

[susan]
enabled = True
hosts = server1,22,susan
    db1,22,susan
    web1,22,susan
    web2,22,susan
    vanilla.candles.example.com,22,susan
    hamburgers.food.example.com,22,susan
    slb1.partner.example.com,22,susan
    slb2.partner.example.com,2200,susan
    hypervisor1,22,susan
    hypervisor2,22,susan

[bob]
enabled = True
hosts = server1,22,bob
    db1,22,bob
    web1,22,bob
    web2,22,bob
    vanilla.candles.example.com,22,bob
    hamburgers.food.example.com,22,bob
    slb1.partner.example.com,22,shareduser
    slb2.partner.example.com,2200,bob
    hypervisor1,22,bob
    hypervisor2,22,bob

[alex]
enabled = True
hosts = server1,22,alex
    db1,22,alex
    web1,22,alex
    web2,22,alex
    vanilla.candles.example.com,22,alex
    hamburgers.food.example.com,22,alex
    slb1.partner.example.com,22,shareduser
    slb2.partner.example.com,2200,alex
    hypervisor1,22,alex
    hypervisor2,22,alex

[alice]
enabled = True
hosts = server1,22,alice
    db1,22,alice
    web1,22,alice
    web2,22,alice
    vanilla.candles.example.com,22,alice
    hamburgers.food.example.com,22,alice
    slb1.partner.example.com,22,shareduser
    slb2.partner.example.com,2200,alice
    hypervisor1,22,alice
    hypervisor2,22,alice

from aker.

anazmy avatar anazmy commented on August 25, 2024

Since integration with FreeIPA, I need to check on extending the ldap schema (used in FreeIPA) to handle different this situation

from aker.

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.