DPCS-team / DPCS

Data Powered Crash Solver
7 stars 17 forks source link

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

Open bdfhjk opened 8 years ago

bdfhjk commented 8 years ago

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 commented 8 years ago
set -e
for i in $(seq $NUM_USERS); do
  useradd -m user$i
done
bdfhjk commented 8 years ago

Hey :D

Please include the following:

Anyway the start look good!