Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added command to create SSH keys
  • Loading branch information
kandelvijaya committed Apr 15, 2016
1 parent 0444b00 commit 1b81d6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ Deploy parse-cloud-code via git:
[![Screencast - git](https://github.com/yongjhih/docker-parse-server/raw/master/art/docker-parse-server-git.gif)](https://youtu.be/9YwWbiRyPUU)

```sh
#This command wil create a SSH keys for you as
# ~/.ssh/id_rsa.pub and another private key.
#you can leave the options balnk by pressing enter.

$ssh-keygen -t rsa

$ docker exec -i parse-server ssh-add-key < ~/.ssh/id_rsa.pub

$ git clone ssh://git@localhost:2022/parse-cloud-code
Expand Down

0 comments on commit 1b81d6a

Please sign in to comment.