Changes between Version 20 and Version 21 of Csle2022/Agenda/Ansible
- Timestamp:
- Nov 22, 2022, 9:04:11 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Ansible
v20 v21 141 141 Continue by entering the prompts. 142 142 143 {{{ 144 cat /home/docker/.ssh/id_rsa.pub 145 }}} 146 147 Copy the ssh keys (the output of the above command) generated on the control node, paste and save it in the authorized_keys file on both managed nodes. 148 149 {{{ 150 nano /home/docker/.ssh/authorized_keys 143 144 Copy the ssh keys (the output of the above command) generated on the control node, to both managed nodes. 145 146 {{{ 147 ssh-copy-id docker@<managed node internal network IP address> 151 148 }}} 152 149