X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ssh-utils%2FREADME.md;h=9804fff1ea04be5b2cd06da3f05139ebf0d901f9;hb=bec1c7f807231f3a13f2b1ff88a00495956c1491;hp=2a0d20c166fa2328a99d4b2d2695cdd3ccf3e0a5;hpb=bd7e09df58fe2012813f60d299c33690aaab4eea;p=webi-installers%2F.git diff --git a/ssh-utils/README.md b/ssh-utils/README.md index 2a0d20c..9804fff 100644 --- a/ssh-utils/README.md +++ b/ssh-utils/README.md @@ -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**: