mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1862 from jpmens/doc-ex-ssh
typo in ssh private key name
This commit is contained in:
commit
b0ab81b237
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
set up SSH-agent so it can remember our credentials::
|
||||||
|
|
||||||
$ ssh-agent bash
|
$ 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
|
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
|
password instead of keys, you can with ``--ask-pass`` (``-k``), but
|
||||||
|
|
Loading…
Reference in a new issue