From d99f1601040b7a79a608e599b74ba60e1ef6204c Mon Sep 17 00:00:00 2001
From: mpana Spearhead Cloud service use SSH key pairs for user authentication. You must
+first upload an existing SSH key pair to your acount before you canb provision
+machines. If you do not have an SSH key pair see the following for manually creating
+them. Once you have your SSH key ready, grab the public key (usually id_rsa.pub) and
+add it to your account by accessing the top right meny button and selecting
+Account Details. Next click on ADD KEY next to "MY KEYS". Give it a familiar name, especially if
+you have or intend to use multiple keys, and paste your public key. Click on ADD KEY and you are done. You can now provision machines using your
+account. Spearhead Cloud service use SSH key pairs for user authentication. You must
+first upload an existing SSH key pair to your acount before you canb provision
+machines. If you do not have an SSH key pair see the following for manually creating
+them.
+ Title goes here...
+SSH Keys
+
+
+SSH Keys
+
+
+>
+Manually generating SSH Keys in MacOS
+
+
+
After you confirm the system will generate the key pair. Your private key will be saved to a file named id_rsa in a .ssh folder in your home directory. Make sure you never share this file with others.
+Your public key is saved to a file named id_rsa.pub in a .ssh folder in your home directory. You can copy this file using the following command "pbcopy < ~/.ssh/id_rsa.pub" and then paste this into the Customer portal.
+ +> +Please use the following documentation while we prepare our own