From fc3f50454d1992d92c2f9280f470886420e4fb98 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 12 Jan 2013 15:54:21 +0100 Subject: [PATCH] typo in ssh private key name --- docsite/rst/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/examples.rst b/docsite/rst/examples.rst index 9b46c0e9719..ff6762f50fb 100644 --- a/docsite/rst/examples.rst +++ b/docsite/rst/examples.rst @@ -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