openocd.zylin.com auth issue?

2022-07-08 Thread Tim Newsome
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.g

Re: openocd.zylin.com auth issue?

2022-07-08 Thread Paul Fertser
Hi Tim, On Fri, Jul 08, 2022 at 01:13:21PM -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: Yes, that should still work. Probably you upgraded your ssh client and it now doesn't want to use that old key of yours? Yo

Re: openocd.zylin.com auth issue?

2022-07-08 Thread Marc Schink
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/ O