I'm not able to login using this template: [meta-data] instance-id: atomic-host001 local-hostname: atomic01.example.org [user-data] #cloud-config password: atomic ssh_pwauth: True chpasswd: { expire: False } ssh_authorized_keys: - ssh-rsa ... foo (insert ~/.ssh/id_rsa.pub here) Environment: Fedora 22 Atomic Host - with Virt-Manager I'm using this guide: http://www.projectatomic.io/docs/quickstart/ After do everything, I'm not able to login using credentials provided by template
What user are you trying to log in as? The default is fedora@ with that user-data. The output from `ssh -v` would also help.
I'm using fedora user. I'm trying to access directly, once the VM does not has a IP
Hi! I thin, this is the same issue like this FAQ http://ask.projectatomic.io/en/question/3211/password-configuration-over-user-data-is-wrong/ On this FAQ itme you can find some more details about this issue. Best regards Olaf Radicke
Closing this issue, please file a new issue against Fedora product if you are still having trouble.