Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
provider/azure: handle empty authorized-keys #6924
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 2c92f7c
into
juju:2.1
Feb 6, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 6, 2017
Description of change
Azure requires that a machine have either a
password or an SSH authorised key set for a
machine. If authorized-keys is empty in the
config, generate a key pair. We will pass
the public key into Azure, and throw away
the private key.
QA steps
Documentation changes
None.
Bug reference
Fixes https://bugs.launchpad.net/juju/+bug/1658830