Allow authorized_keys to be overridden on VM checkout

This commit is contained in:
Scott Schneider 2015-03-11 13:44:50 -07:00
parent 1b8435a63a
commit 50a12d672e
4 changed files with 24 additions and 0 deletions

View file

@ -105,6 +105,11 @@
#
# - domain
# If set, returns a top-level 'domain' JSON key in POST requests
#
# - ssh_key
# The path to a private key able to log into pooled VMs. If set, allows a
# 'key' parameter to be passed in POST requests to '/vm', overriding root's
# default authorized_keys file
# Example:
@ -116,6 +121,7 @@
vm_checktime: 15
vm_lifetime: 12
domain: 'company.com'
ssh_key: '/root/.ssh/id_rsa'
# :pools:
#