GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/963
disable jclouds authorizePublicKey for extra ssh public key data
we install this ourselves in addition so no need, and if we ask jclouds to
do it, it seems to break sometimes (eg when keyPair is set).
there is a system property that can be set to revert for legacy behaviour.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server
fix-extra-ssh-auth-bug
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/963.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #963
----
commit 1950baaec5e3be4a69382eeb91ce132257dc9129
Author: Alex Heneveld <alex.heneveld@...>
Date: 2018-05-24T10:03:38Z
disable jclouds authorizePublicKey for extra ssh public key data
we install this ourselves in addition so no need, and if we ask jclouds to
do it, it seems to break sometimes (eg when keyPair is set).
there is a system property that can be set to revert for legacy behaviour.
----
---