Hi,
I'm using Boxgrinder to build out several VMs for webapp testing (nginx media server, apache/mod_wsgi app server, and a postgres server). I'm currently using a post command to pull down 2 ssh public keys via curl and cat them to authorized_keys.
Is there a better solution during the Boxgrinder build process to add existing ssh keys to multiple VMs?
Thanks!
That's a reasonable way of doing it, or you could use the `files` section if you desire.