| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-03 | users: esmil: add password | Emil Renner Berthing | |
| ..so I can log in on a serial port and save the day. This is one way to generate the hashed password line: python <<EOF from passlib.hash import sha512_crypt import getpass print(sha512_crypt.using(rounds=5000).hash(getpass.getpass())) EOF | |||
| 2018-10-09 | users: make user groups configurable | Emil Renner Berthing | |
| On the doorputer we want to put every user in both the dialout group and the sudo group | |||
| 2018-10-06 | users: esmil: add my plastik2 ssh key | Emil Renner Berthing | |
| 2018-09-30 | users: esmil: add some dotfiles | Emil Renner Berthing | |
| 2018-09-30 | users: start user uids from 2000 | Emil Renner Berthing | |
| This way we shouldn't conflict with existing users. Eg. the 'pi' user on Raspbian | |||
| 2018-09-30 | users: prepare for running on other OSes | Emil Renner Berthing | |
| 2018-09-26 | Format yaml lists like yaml.org | Emil Renner Berthing | |
| 2017-11-12 | initial commit | Emil Renner Berthing | |
