I'm trying to use the current master on Azure (with 6.6) and it's not populating authorized_keys with the SSH public key configured for the deployment. cloud-agent appears to successfully exchange encryption keys with the server and then tries to submit a health report, which fails with an error 500. It does successfully provision the requested user and disable ssh password-based login.
I do have a pcap which I can send, but there really isn't much in the way of application logging even with -v.
I'm trying to use the current master on Azure (with 6.6) and it's not populating
authorized_keys
with the SSH public key configured for the deployment.cloud-agent
appears to successfully exchange encryption keys with the server and then tries to submit a health report, which fails with an error 500. It does successfully provision the requested user and disable ssh password-based login.I do have a pcap which I can send, but there really isn't much in the way of application logging even with
-v
.