refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / ssh-utils / README.md
index 2a0d20c166fa2328a99d4b2d2695cdd3ccf3e0a5..9804fff1ea04be5b2cd06da3f05139ebf0d901f9 100644 (file)
@@ -3,10 +3,13 @@ title: SSH Utils
 homepage: https://webinstall.dev/ssh-utils
 tagline: |
   SSH Utils: Because --help takes to long.
-description: |
-  SSH Utils includes shortcut commands for some common tasks, including `ssh-pubkey`, `ssh-setpass`, and `ssh-adduser`
 ---
 
+## Cheat Sheet
+
+> SSH Utils includes shortcut commands for some common tasks, including
+> `ssh-pubkey`, `ssh-setpass`, and `ssh-adduser`
+
 **ssh-pubkey**:
 
 `ssh-pubkey` will make sure you have an SSH key, and then print it to the screen
@@ -25,9 +28,9 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTOhRnzDJNBNBXVCgkxkEaDM4IAp81MtE8fuqeQuFv
 **ssh-adduser**:
 
 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
+correctly if run as root. `ssh-adduser` adds user `app` with the same
 **`~/.ssh/authorized_keys`** as the `root` user, with a long random password,
-and gives `me` `sudo` privileges.
+and gives `app` `sudo` privileges.
 
 **ssh-setpass**: