plattrap

Results 4 comments of plattrap

Logs from a successful install using the Ubuntu Server ISO from today. Only change is downgrading the cloud-init version. [cloud-init-23.1.2-0ubuntu0~22.04.1.tar.gz.zip](https://github.com/canonical/cloud-init/files/15187846/cloud-init-23.1.2-0ubuntu0.22.04.1.tar.gz.zip) Same iso, but no change to cloud-init, failed to configure...

Another fix for the Quickstart would be to: 1. add a step to edit `/etc/hosts` to alias `idm.example.com` to `localhost` (or alternatives). 2. in the client configuration step, change `localhost`...

> > add a step to edit /etc/hosts to alias idm.example.com to localhost (or alternatives). > > People should never be editing host files to do this, if you're running...

That appears to be a `paramiko` bug with the handling of key files see: https://github.com/paramiko/paramiko/issues/1839