On Wed, Jun 19, 2013 at 03:06:53PM -0500, Patrick Farrell wrote:
Ned,
Thank you - I was able to fetch the patch with that change, but
there's no change on the git push:
git push ssh://paf@review.hpdd.intel.com:29418/fs/lustre-release
HEAD:refs/for/master
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Perhaps that's a genuine SSH key problem. Try turning up ssh verbosity to
see which key it's offering, then verify that that key is allowed in your
gerrit settings.
echo 'ssh -v $@' > s; chmod +x s
GIT_SSH=./s git push ssh://paf@review.hpdd.intel.com:29418/fs/lustre-release
HEAD:refs/for/master
Ned