Commit b814f3dc by Tim Gerla

Correct --private-key argument name in Getting Started

parent 4c64d0d6
...@@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords: ...@@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords:
$ ssh-agent bash $ ssh-agent bash
$ ssh-add ~/.ssh/id_rsa $ ssh-add ~/.ssh/id_rsa
(Depending on your setup, you may wish to ansible's --private-key-file option to specify a pem file instead) (Depending on your setup, you may wish to ansible's --private-key option to specify a pem file instead)
Now ping all your nodes: Now ping all your nodes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment