Skip to content

Commit 1f23703

Browse files
committed
Updating the SSSD related documentation 4
1 parent 2516cb1 commit 1f23703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ sudo ln -s /path/to/dynamic_inventory_cm hosts
143143
```
144144

145145
**Set up SSH public key authentication for remote host(s)**
146+
146147
If you do not have ~/.ssh/id_rsa.pub and ~/.ssh/id_rsa files then you need to generate them with the ssh-keygen command before this:
147148
```
148149
ANSIBLE_HOST_KEY_CHECKING=False ansible all -m authorized_key -a key="{{ lookup('file', '~/.ssh/id_rsa.pub') }} user=$USER" -k

0 commit comments

Comments
 (0)