Files
cdba/shell
Bjorn Andersson ffc91a6bf2 cdba-shell: Add some simple scripts for user maintenance
Introduce some scripts to allow storing users public keys in a git and
some hooks such that when this is pushed to the server the
authorized_keys file is re-generated.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2022-08-18 23:07:40 -05:00
..

Create an account, such as "cdba" and run ./setup.sh as this user.
Give the user a password, or setup authorized_keys

Then from the other machine: git clone cdba@host

Add a file "admins" listing the names of the admins, add your cdba config file
as "cdba" and create a directory "keydir" populated with id_rsa.pub files,
named <name>.pub - where <name> is referenced against the admins list.