Skip to content

Use tmpfile for SSH key and accept-new host key checking

Smartypants requested to merge add-harmonia-module into master

Summary

  • Write HARMONIA_SSH_KEY to a tmpfile instead of using process substitution, which doesn't work through NIX_SSHOPTS
  • Use StrictHostKeyChecking=accept-new so runners don't need pre-configured known_hosts
  • Clean up key file after copy
Edited by Smartypants

Merge request reports