mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
title, homepage, tagline, linux, description
| title | homepage | tagline | linux | description |
|---|---|---|---|---|
| SSH adduser | https://webinstall.dev/ssh-adduser | SSH adduser: Because friends don't let friends login or run stuff as root | true | 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. |