From 38b041861a2af5d485b2dc00a84bf398f1212c9d Mon Sep 17 00:00:00 2001 From: Reshama Shaikh Date: Mon, 29 Jan 2018 19:38:33 -0500 Subject: [PATCH] Update create_keypair.md --- tools/create_keypair.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/create_keypair.md b/tools/create_keypair.md index 49a06ac..b22014b 100644 --- a/tools/create_keypair.md +++ b/tools/create_keypair.md @@ -10,11 +10,11 @@ `mkdir .ssh` ### Step 2: create `id_rsa` files if needed -If you do not have these two files (`id_rsa` and `id_rsa.pub`), create them by typing: -(Note: this will create a special password for your computer to be able to log onto AWS.) -`ssh-keygen` +**Note:** these `id_rsa` files contain a special password for your computer to be able to log onto AWS. -Hit `` 3 times +If you do not have these two files (`id_rsa` and `id_rsa.pub`), create them by typing: +- `ssh-keygen` +- Hit `` 3 times >my example ```bash