Hi there- I got this working, but I just wanted to post the solution in case anyone runs into it again.
Ultimately the problem was that I could not push to gerrit from a new AIX 7.1 system. On AIX 7.1, the SSH version is OpenSSH_8.1p1. On this and higher versions (at least on AIX), you need to add the following to the Host gerrit.openafs.org stanza in your ~/.ssh/config: AllowPKCS12KeystoreAutoOpen no I hope that helps someone someday! -Ben ________________________________ From: openafs-devel-ad...@openafs.org <openafs-devel-ad...@openafs.org> on behalf of Ben Huntsman <b...@huntsmans.net> Sent: Wednesday, September 28, 2022 2:03 PM To: openafs-devel@openafs.org <openafs-devel@openafs.org> Subject: [OpenAFS-devel] Gerrit account broken? Hi guys- I just noticed that I couldn't make a push to Gerrit from a different machine than the one I'd been using. So I went in to my account on it and noticed that it appears my username isn't set any longer. I had done this before, but now I tried to set it back to what it was and it throws an error "Username must contain only letters, numbers, _, - or ." The username I was using contained only lower-case letters, and was 9 characters in length. I double checked for any leading/trailing spaces, etc... Anyone know how to resolve this? Thank you! -Ben