Apparently RSA keys are no longer accepted. Updated key and now it works. ________________________________________ From: Åke Sandgren Sent: Thursday, November 9, 2023 8:37 To: Kira Duwe via lustre-discuss Subject: 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 [email protected]: 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: [email protected] Mobile: +46 70 7716134 Fax: +46 90-580 14 WWW: http://www.hpc2n.umu.se _______________________________________________ lustre-discuss mailing list [email protected] http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
