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`