Use tmpfile for SSH key and accept-new host key checking
Summary
- Write
HARMONIA_SSH_KEYto a tmpfile instead of using process substitution, which doesn't work throughNIX_SSHOPTS - Use
StrictHostKeyChecking=accept-newso runners don't need pre-configured known_hosts - Clean up key file after copy