Hi Paul, Paul Eggert wrote: > When I run the shell command "git pull" in my Emacs development directory, > which is cloned from [email protected]:/srv/git/emacs.git, I see the > following annoying behavior: > > $ git pull > ** WARNING: connection is not using a post-quantum key exchange algorithm. > ** This session may be vulnerable to "store now, decrypt later" attacks. > ** The server may need to be upgraded. See https://openssh.com/pq.html
It is quite annoying! It's a client side problem as you know. You upgraded to the latest OpenSSH and that emits that annoying message! The rate of practical quantum encryption development is slow enough that they are years ahead of it. Also since everything we do is already public information free software there are no secrets to loose. > it would be nicer if I didn't have to do that. I agree! It only the OpenSSH project felt the same way. The current block is that we have 66 projects with python2 hook scripts. That's what is holding up the upgrade. Those stop working when we switch to the new machine that no longer has python2 available. I actually switched git to the new machine and then had to pull it back due to those python2 hooks failing. Oops. It's only been a time resource problem. Life and time is what keeps everything from happening all at once. Bob
