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

There must be summary functionality for hosts #10

Open
terciodemelo opened this issue Feb 21, 2017 · 0 comments
Open

There must be summary functionality for hosts #10

terciodemelo opened this issue Feb 21, 2017 · 0 comments
Labels

Comments

@terciodemelo
Copy link
Member

Given a list of Hosts we should be able to summarize the following information:

  • Host ID
  • How many users are in the host
  • List all users in the host
    • If the user is sudoer or not
    • If the user is password authenticable
    • If the user is authenticable through identity file
      • If so, how many public key does this user have
    • When the user was added

Besides, there are requirements for this functionality:

  • Preferably there should be no extra files in the host, if it can be avoided
  • The host must have an unique ID so that even if it's past IP/domain was taken by other Host, the second host should not be mistaken for the first
  • If the host is not accessible (not reachable, failed authentication, etc) a clear response should be given so that the issue can be easily understood by the user. Given the nature of this project it is utterly unacceptable to make the user uncertain, feeling unsafe, or lost. Security and transparency are our top priorities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant