update README.md

Fix: typo
This commit is contained in:
Kota Kanbe
2016-04-01 16:33:51 +09:00
parent 5bf39d1c96
commit a4d7ec87fc

View File

@@ -95,7 +95,7 @@ This is required to ssh to itself.
Create a keypair then append public key to authorized_keys
```bash
$ ssh-keygen -t rsa
$ cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys
$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
```
## Step3. Install requirements