<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        mso-ligatures:none;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">FWIW, my remote url looks a little different. Namely, it includes my username and the port number.<o:p></o:p></p>
<p class="MsoNormal"><br>
[remote "wc"]<o:p></o:p></p>
<p class="MsoNormal">        url = ssh://hornc@review.whamcloud.com:29418/fs/lustre-release<o:p></o:p></p>
<p class="MsoNormal">        fetch = +refs/heads/*:refs/remotes/wc/*<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">My ssh config:<br>
Host review.whamcloud.com<o:p></o:p></p>
<p class="MsoNormal">  Hostname review.whamcloud.com<o:p></o:p></p>
<p class="MsoNormal">  Port 29418<o:p></o:p></p>
<p class="MsoNormal">  User hornc<o:p></o:p></p>
<p class="MsoNormal">  IdentityFile ~/.ssh/id_rsa_gerrit<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">I hope that helps.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Chris Horn<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="margin-bottom:12.0pt"><b><span style="font-size:12.0pt;color:black">From:
</span></b><span style="font-size:12.0pt;color:black">lustre-discuss <lustre-discuss-bounces@lists.lustre.org> on behalf of Åke Sandgren <ake.sandgren@umu.se><br>
<b>Date: </b>Thursday, November 9, 2023 at 1:39 AM<br>
<b>To: </b>Kira Duwe via lustre-discuss <lustre-discuss@lists.lustre.org><br>
<b>Subject: </b>[lustre-discuss] Problems pushing update to patch<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal">Hi!<br>
<br>
I've probably messed up somehow but I can't see how.<br>
When doing git push I'm getting this:<br>
===<br>
skalman [lustre-release-whamcloud]$ git push review HEAD:refs/for/master<br>
ake_s@review.whamcloud.com: Permission denied (publickey).<br>
fatal: Could not read from remote repository.<br>
<br>
Please make sure you have the correct access rights<br>
and the repository exists.<br>
skalman [lustre-release-whamcloud]$ <br>
===<br>
<br>
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<br>
(LU-16819).<br>
<br>
===<br>
skalman [lustre-release-whamcloud]$ cat .git/config <br>
[remote "review"]<br>
        url = ssh://review.whamcloud.com/fs/lustre-release<br>
        fetch = +refs/heads/*:refs/remotes/review/*<br>
===<br>
===<br>
skalman [lustre-release-whamcloud]$ grep -A7 review ~/.ssh/config <br>
Host review.whamcloud.com<br>
    PreferredAuthentications publickey<br>
    User ake_s<br>
    Port 29418<br>
    ForwardX11 no<br>
    ForwardAgent no<br>
    IdentityFile ~/.ssh/lustre<br>
===<br>
===<br>
skalman [lustre-release-whamcloud]$ ssh-add -l | grep lustre<br>
2048 SHA256:vpe/............................... /home/a/ake/.ssh/lustre (RSA)<br>
===<br>
<br>
Any ideas?<br>
<br>
---<br>
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden<br>
Internet: ake@hpc2n.umu.se  Mobile: +46 70 7716134  Fax: +46 90-580 14<br>
WWW: <a href="http://www.hpc2n.umu.se">http://www.hpc2n.umu.se</a>
<br>
_______________________________________________<br>
lustre-discuss mailing list<br>
lustre-discuss@lists.lustre.org<br>
<a href="http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org">http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org</a>
<o:p></o:p></p>
</div>
</div>
</body>
</html>