804a1fb9d95321c5eb5afa11093b19ef58549207
[webi-installers/.git] / ssh-adduser / README.md
1 ---
2 title: SSH adduser
3 homepage: https://webinstall.dev/ssh-adduser
4 tagline: |
5   SSH adduser: Because friends don't let friends login or run stuff as root
6 linux: true
7 description: |
8   Many modern web programs (`npm` and `postgres`, for example) will not function correctly if run as root. `ssh-adduser` adds user `me` with the same **`~/.ssh/authorized_keys`** as the `root` user, with a long random password, and gives `me` `sudo` privileges.
9 ---