Hi Tim,

I had the same issue. The problem is that the OpenSSH >= 8.3 deprecates
keys with SHA-1 [1]. The solution is to generate a new key pair without
SHA-1, for example, ssh-ed25519.

Best regards,
Marc

[1]
https://www.zdnet.com/article/openssh-to-deprecate-sha-1-logins-due-to-security-risk/

On Fri, 2022-07-08 at 13:13 -0700, Tim Newsome wrote:
> I used to be able to `git push review` to open a new pull request,
> but that's no longer working:
> ```
> tnewsome@compy-linux:~/SiFive/riscv-openocd$ git remote -v | grep
> review
> review ssh://tim_sif...@openocd.zylin.com:29418/openocd.git (fetch)
> review ssh://tim_sif...@openocd.zylin.com:29418/openocd.git (push)
> tnewsome@compy-linux:~/SiFive/riscv-openocd$ git push review
> tim_sif...@openocd.zylin.com: Permission denied (publickey).
> fatal: Could not read from remote repository.
> 
> Please make sure you have the correct access rights
> and the repository exists.
> tnewsome@compy-linux:~/SiFive/riscv-openocd$
> ```
> 
> I checked and https://review.openocd.org/settings/#SSHKeys shows that
> my SSH keys match. Did something change that means I need to take
> some extra steps?
> 
> Tim


Reply via email to