Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cloudconfig/sshinit: base64 encode initial script #4515
Conversation
|
LGTM |
|
$$fixes-1548799$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
added a commit
that referenced
this pull request
Feb 24, 2016
jujubot
merged commit 896c4d0
into
juju:master
Feb 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
axw commentedFeb 24, 2016
Yet another variation on the cloud-config sshinit
script dance. The go.crypto-based ssh client doesn't
like whitespace in the command, so we base64-encode
it and decode on the remote side.
Live-tested with both openssh- and go.crypto-based
clients.
(Review request: http://reviews.vapour.ws/r/3950/)