Does anyone know if cross realm ssh gss authentication is working in Debian 13? I'm testing the included krb5-kdc 1.21.3 and OpenSSH 10.0p2.
Cross realm authentication works for a NFSv4 sec=krb5p share, however only *current realm* authentication works for ssh. I try to ssh cross realm, enabling KRB5_TRACE and -v, and authentication falls back to password. I check `klist` and I am granted a ticket for the cross realm ssh server, so some authentication must be working.

