
ssh-keygen and PQC for git
I was in need of replacing my ssh-key for Gitlab today since it expired so I thought I might as well switch over to a PQC protocol rather than Ed25519.
I was a bit stunned to find out that this is apparently not supported yet. Apparently OpenSSH only supports KEX, but not user authentication using PQC protocols.
So what is up with that? I thought we were all in agreement we should transition to PQC and yet I cannot even create an SSH key using ML-DSA let alone a hybrid key?
Maybe somebody can shed some light as to how the current state of PQC is in that regard?
My clanker of choice just pointed me to this outdated repo and the ssh-keygen docs.
Are there any plans to transition those protocols? Should I just roll with my git ssh-key for a while and try again next year? Just out of curiosity.