Update 'Keypair Generation'

master
MagicBot 3 years ago
parent
commit
9b1a9ee928
  1. 4
      Keypair-Generation.md

4
Keypair-Generation.md

@ -5,11 +5,11 @@ Generating Keypairs @@ -5,11 +5,11 @@ Generating Keypairs
* A keypair can be used to authenticate with the repo instead of a password.
* This same keypair can be used for ssh authentication in bare metal Magicbane deployments.
From your home directory (GitBash can be used in Windows installs)
From your home directory (GitBash can be used in Windows installs) Select the defaults for passphrase and location.
`ssh-keygen -t rsa`
Select the defaults for passphrase and location.
Copy the complete key to your clipboard
`cat .ssh/id_rsa.pub`

Loading…
Cancel
Save