Typo fix and updated readme

Updated readme to include chmod 600 on the authorized_keys file to force
the correct permissions.
This commit is contained in:
Euan
2016-04-11 13:13:19 +01:00
parent 3e846233a3
commit b4d0aa7532
2 changed files with 3 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ Create a keypair then append public key to authorized_keys
```bash
$ ssh-keygen -t rsa
$ cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
$ chmod 600 ~/.ssh/authorized_keys
```
## Step3. Install requirements