Issue 2923: Allow passing in an ssh key during init.
Status:  New
Owner: ----
Reported by apen...@gmail.com, Sep 22, 2014
In my recent attempt to automate the deployment of Gerrit and Zuul I ran into a problem.  I needed to get an ssh key within Gerrit so Zuul stops falling down, but this is complicated by how hard that is to do in an automatic fashion.

I propose that init takes an optional ssh key and adds it as an authorized_keys to root@ or something within the internal sshd.  This would allow the use of ssh for all post-user creation.