Skip to main content

HowTo

Actually it's semaphore....

Here are instructions for enabling access to a machine for our ansible server to talk to:

  1. Open SSH, install openssh-server
  2. Add the public key to /root/.ssh/authorized_keys
  3. If not created:
    1. cd /root
    2. mkdir .ssh
    3. chmod 700 .ssh
    4. touch .ssh/authorized_keys
    5. chmod 600 .ssh/authorized_keys
    6. edit .ssh/authorized_keys to include:
    7. ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLzCUPNsCS2C6S6suh26XTCpjffRGkIGAPZN6aCyF2lKun0PcHfsFc+T9eBXoe1cQe3XGECXeY2XOrC1MBo1uHs= awx@awx.ps.uci.edu