adduser -> ssh-adduser
[webi-installers/.git] / ssh-adduser / README.md
diff --git a/ssh-adduser/README.md b/ssh-adduser/README.md
new file mode 100644 (file)
index 0000000..804a1fb
--- /dev/null
@@ -0,0 +1,9 @@
+---
+title: SSH adduser
+homepage: https://webinstall.dev/ssh-adduser
+tagline: |
+  SSH adduser: Because friends don't let friends login or run stuff as root
+linux: true
+description: |
+  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.
+---