X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ssh-pubkey%2FREADME.md;h=a95ce5403202f1fb1142637663acf354e55a4983;hb=b1d3b44f966332434d8ec49b2a0df569e9bf8c16;hp=a5197f190c4884e315484f632afba8c8fd0a6ea2;hpb=bcd3acd173122474b20e64d8c7a16b35e49b1837;p=webi-installers%2F.git diff --git a/ssh-pubkey/README.md b/ssh-pubkey/README.md index a5197f1..a95ce54 100644 --- a/ssh-pubkey/README.md +++ b/ssh-pubkey/README.md @@ -3,15 +3,24 @@ title: SSH Pub Key homepage: https://webinstall.dev/ssh-pubkey tagline: | Get your SSH public key. -linux: true -description: | - `ssh-pubkey` will make sure you have an SSH key, and then print it to the screen and place it in `~/Downloads` --- -Get your public key, the easy way: +## Cheat Sheet + +> Your SSH Public Key is used for secure login from your laptop to servers and +> other network devices - such as Raspberry Pis, game consoles, and home cloud +> systems. The file public key _always_ ends in `.pub`. + +`ssh-pubkey` will: + +1. Create a new ssh keypair if you don’t already have one +2. Copy your new or existing SSH Public Key to your `Downloads` folder +3. Print the location of the copied key, and its contents to the screen + +The easiest way to get your SSH Public Key: ```bash -ssh-pubkey +curl https://webinstall.dev/ssh-pubkey | bash ``` ```txt