You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2014/12/18 13:01:53 UTC

[1/2] incubator-brooklyn git commit: update index.md

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 8e65ab124 -> c4d907a80


update index.md

spelling and SSH clarifications.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/5a3eb2f6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/5a3eb2f6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/5a3eb2f6

Branch: refs/heads/master
Commit: 5a3eb2f609aa5bff155c517c36b55cb394c614ef
Parents: 0faf4d9
Author: Chris Forbes <ki...@gmail.com>
Authored: Thu Dec 18 11:39:08 2014 +0000
Committer: Chris Forbes <ki...@gmail.com>
Committed: Thu Dec 18 11:39:08 2014 +0000

----------------------------------------------------------------------
 docs/website/quickstart/index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/5a3eb2f6/docs/website/quickstart/index.md
----------------------------------------------------------------------
diff --git a/docs/website/quickstart/index.md b/docs/website/quickstart/index.md
index 40a80b8..3f6a86e 100644
--- a/docs/website/quickstart/index.md
+++ b/docs/website/quickstart/index.md
@@ -27,9 +27,10 @@ starting.
 
 Please check the following items:
 
-- If you are using Mac OSX, open System Preferences, go to the Sharing item, and enable 'Remote Login'
-- You have a files named `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub`
-- `~/.ssh/id_rsa` is NOT readable by any other user
+- If you are using Mac OSX, open System Preferences, go to the Sharing item, and enable 'Remote Login'.
+- You have two files named `~/.ssh/id_rsa` and `~/.ssh/id_rsa.pub`.
+  - If these files do not exist, they can be created with `ssh-keygen -t rsa -N "" -f ~/.ssh/id_rsa`.
+- `~/.ssh/id_rsa` is NOT readable by any other user.
   - You can verify this with `ls -l ~/.ssh/id_rsa` - the line should start with `-rw-------` or `-r--------`. If it
     does not, execute `chmod 0600 ~/.ssh/id_rsa`.
 - The file `~/.ssh/authorized_keys` exists and contains a copy of your public key from `~/.ssh/id_rsa.pub`.


[2/2] incubator-brooklyn git commit: This closes #406

Posted by al...@apache.org.
This closes #406


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/c4d907a8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/c4d907a8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/c4d907a8

Branch: refs/heads/master
Commit: c4d907a8075c3da520f25033527f7667eceb6e44
Parents: 8e65ab1 5a3eb2f
Author: Aled Sage <al...@gmail.com>
Authored: Thu Dec 18 12:01:30 2014 +0000
Committer: Aled Sage <al...@gmail.com>
Committed: Thu Dec 18 12:01:30 2014 +0000

----------------------------------------------------------------------
 docs/website/quickstart/index.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------