Commit fc3f5045 by Jan-Piet Mens

typo in ssh private key name

parent 1cbc9569
......@@ -22,7 +22,7 @@ Let's use ansible's command line tool to reboot all web servers in Atlanta, 10 a
set up SSH-agent so it can remember our credentials::
$ ssh-agent bash
$ ssh-add ~/.ssh/id_rsa.pub
$ ssh-add ~/.ssh/id_rsa
If you don't want to use ssh-agent and want to instead SSH with a
password instead of keys, you can with ``--ask-pass`` (``-k``), but
......
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