|
|
@ -5,11 +5,11 @@ Generating Keypairs |
|
|
|
* A keypair can be used to authenticate with the repo instead of a password. |
|
|
|
* 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. |
|
|
|
* 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` |
|
|
|
`ssh-keygen -t rsa` |
|
|
|
|
|
|
|
|
|
|
|
Select the defaults for passphrase and location. |
|
|
|
Copy the complete key to your clipboard |
|
|
|
|
|
|
|
|
|
|
|
`cat .ssh/id_rsa.pub` |
|
|
|
`cat .ssh/id_rsa.pub` |
|
|
|
|
|
|
|
|
|
|
|