HowTo
Actually it's semaphore....
Here are instructions for enabling access to a machine for our ansible server to talk to:
- Open SSH, install openssh-server
- Add the public key to /root/.ssh/authorized_keys
- If not created:
- cd /root
- mkdir .ssh
- chmod 700 .ssh
- touch .ssh/authorized_keys
- chmod 600 .ssh/authorized_keys
- edit .ssh/authorized_keys to include:
-
ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLzCUPNsCS2C6S6suh26XTCpjffRGkIGAPZN6aCyF2lKun0PcHfsFc+T9eBXoe1cQe3XGECXeY2XOrC1MBo1uHs= awx@awx.ps.uci.edu