Update 'Keypair Generation'

2022-05-09 09:05:13 +00:00
parent c211bc445c
commit 9b1a9ee928
+2 -2
@@ -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`