Comment # 1 on bug 1215903 from Johannes Hölzel
I also took the liberty to check the so called "digialocean image" which was
working even worse than the regular opentsack one.

(
https://download.opensuse.org/tumbleweed/appliances/openSUSE-MicroOS.x86_64-DigitalOcean-Cloud.qcow2
)

Simply using the image without cloud-init returned this

```
ssh root@...
(root@164.90.130.104) "System is booting up. Unprivileged users are not
permitted to log in yet. Please come back later. For technical details, see
pam_nologin(8)."
Password: 
```

Whilst just providing another ssh key with this:

```
ssh_authorized_keys:
  - ssh-ed25519 x/P5 x@x
```

left me with

```
ssh: connect to host x.x.x.x port 22: Connection refused    
```

Help please, i dont know what else to do at this point


You are receiving this mail because: