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

Server/Ticket 61/Configuring SSH access and security features on the server #46

Open
bdfhjk opened this issue Mar 22, 2016 · 3 comments
Assignees
Labels

Comments

@bdfhjk
Copy link
Collaborator

bdfhjk commented Mar 22, 2016

No description provided.

@bdfhjk
Copy link
Collaborator Author

bdfhjk commented Apr 3, 2016

Just create a script that will be run on the future second server where the dabase will be backed-up every day, that will create and configure user accounts.

@hubertta
Copy link
Collaborator

hubertta commented Apr 3, 2016

set -e
for i in $(seq $NUM_USERS); do
  useradd -m user$i
done

@hubertta hubertta closed this as completed Apr 3, 2016
@bdfhjk bdfhjk reopened this Apr 4, 2016
@bdfhjk
Copy link
Collaborator Author

bdfhjk commented Apr 4, 2016

Hey :D

Please include the following:

  • setting a password for each user using a supplied .csv file (or other type)
  • granting these users a postgress database read access
  • setting their history files as read-only or create another way of tracking their action's history.

Anyway the start look good!

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

2 participants