add some vps setup utils
[webi-installers/.git] / adduser / README.md
1 ---
2 title: Adduser
3 homepage: https://webinstall.dev/adduser
4 tagline: |
5   Because friends don't let friends run as root
6 linux: true
7 description: |
8   Adds user `bob` with the same **`~/.ssh/authorized_keys`** as the root user, exiting early if run by a non-root user.
9 ---
10
11 Check that `bob` exists
12
13 ```bash
14 ls /home/
15 ```