Skip to content

Commit

Permalink
Update create_keypair.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Reshama Shaikh committed Jan 30, 2018
1 parent 3e5429c commit 38b0418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/create_keypair.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<enter>` 3 times
If you do not have these two files (`id_rsa` and `id_rsa.pub`), create them by typing:
- `ssh-keygen`
- Hit `<enter>` 3 times

>my example
```bash
Expand Down

0 comments on commit 38b0418

Please sign in to comment.