X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ssh-pubkey%2FREADME.md;fp=ssh-pubkey%2FREADME.md;h=2b07ffdc34887b16bfd0cb775890aaa5a0749396;hb=cef05d3237905020e19a408d49bc8a804ae9436a;hp=f23fca132da0fbc5f53ecb7bb5dc822f1daebc0a;hpb=dbfd1ca45f2ee1cebf827625ac692b1fc554b6b9;p=webi-installers%2F.git diff --git a/ssh-pubkey/README.md b/ssh-pubkey/README.md index f23fca1..2b07ffd 100644 --- a/ssh-pubkey/README.md +++ b/ssh-pubkey/README.md @@ -5,12 +5,16 @@ 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` ---- + > 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: -> 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`. + 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: