Over the weekend openssh was updated from 7.6p1-lp150.7.4 to 7.6p1-lp150.8.3.1 and I am now unable to ssh to any client using certificate authentication. I can ssh into my localhost or other hosts not requiring a certificate. Downgrading back to the previous version fixes the issue, and have locked it to that version for now. Does anyone know what is going on with this, or does anyone have any solutions (other than downgrading)?
Last few lines in debug output, with the last line continuously repeating:
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
…