[lustre-discuss] Problems pushing update to patch

Horn, Chris chris.horn at hpe.com
Thu Nov 9 10:22:16 PST 2023


FWIW, my remote url looks a little different. Namely, it includes my username and the port number.

[remote "wc"]
        url = ssh://hornc@review.whamcloud.com:29418/fs/lustre-release
        fetch = +refs/heads/*:refs/remotes/wc/*

My ssh config:
Host review.whamcloud.com
  Hostname review.whamcloud.com
  Port 29418
  User hornc
  IdentityFile ~/.ssh/id_rsa_gerrit

I hope that helps.

Chris Horn

From: lustre-discuss <lustre-discuss-bounces at lists.lustre.org> on behalf of Åke Sandgren <ake.sandgren at umu.se>
Date: Thursday, November 9, 2023 at 1:39 AM
To: Kira Duwe via lustre-discuss <lustre-discuss at lists.lustre.org>
Subject: [lustre-discuss] Problems pushing update to patch
Hi!

I've probably messed up somehow but I can't see how.
When doing git push I'm getting this:
===
skalman [lustre-release-whamcloud]$ git push review HEAD:refs/for/master
ake_s at review.whamcloud.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
skalman [lustre-release-whamcloud]$
===

My ssh key for review.whamcloud.com matches what is available on review, and this worked when i made the initial push a while back
(LU-16819).

===
skalman [lustre-release-whamcloud]$ cat .git/config
[remote "review"]
        url = ssh://review.whamcloud.com/fs/lustre-release
        fetch = +refs/heads/*:refs/remotes/review/*
===
===
skalman [lustre-release-whamcloud]$ grep -A7 review ~/.ssh/config
Host review.whamcloud.com
    PreferredAuthentications publickey
    User ake_s
    Port 29418
    ForwardX11 no
    ForwardAgent no
    IdentityFile ~/.ssh/lustre
===
===
skalman [lustre-release-whamcloud]$ ssh-add -l | grep lustre
2048 SHA256:vpe/............................... /home/a/ake/.ssh/lustre (RSA)
===

Any ideas?

---
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: ake at hpc2n.umu.se  Mobile: +46 70 7716134  Fax: +46 90-580 14
WWW: http://www.hpc2n.umu.se<http://www.hpc2n.umu.se>
_______________________________________________
lustre-discuss mailing list
lustre-discuss at lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org<http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20231109/a54df36f/attachment-0001.htm>


More information about the lustre-discuss mailing list