Ned,
Thank you. In a bit of an odd coincidence, it looks I or a system
update accidentally deleted my local ssh keys around the same time as
the Gerrit upgrade.
Thanks for the suggestion - Working fine now.
- Patrick
On 06/19/2013 03:27 PM, Ned Bass wrote:
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