> > Is this ssh key that is injected really static or is it genereated. I find > a couple of files seem to have what looks a static pub key in them. >
/cmd/kola/updatepayload.go:MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzFS5uVJ+pgibcFLD3kbY ./update/signature/signature.go:MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzFS5uVJ+pgibcFLD3kbY I did use your vnc trick to confirm that it is an sshd auth issue. What I saw first was sshd could not find/open authorized_keys2 and then after fixing that, just failed to find a matching key.
