From 9b1a9ee928edf256383cb4f37721ab4bc6c85cee Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 9 May 2022 09:05:13 +0000 Subject: [PATCH] Update 'Keypair Generation' --- Keypair-Generation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Keypair-Generation.md b/Keypair-Generation.md index 95d5e5d..8d69129 100644 --- a/Keypair-Generation.md +++ b/Keypair-Generation.md @@ -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`