[01:19] Hello, I'm not sure if this is the right place to ask but I'll go ahead anyways. I'm having a bit of trouble with cloud-init on Debian 9.1 (DigitalOcean is my VPS provider). As part of my configuration file, I wish to install multiple packages. One of them requires that I add a new source and import a key from a keyserver. Naturally, cloud-init will create the list and attempt to import the key before attempting to install the pac [01:20] The problem is that Debian 9.1 doesn't have dirmngr installed, which is required to import a key from a keyserver. The import will fail and all packages installation will fail. [01:21] Is there a way to make it install dirmngr before attempting to import a key? === shardy is now known as shardy_lunch === shardy_lunch is now known as shardy [14:26] I added ssh_keys: with a rsa_private: and rsa_public:, yet there are no SSH keys in sight on the machine. Whats up with that? [14:26] ssh_authorized_keys on the other hand works well [14:27] oh wait, the keys end up in /etc/ssh/ [14:30] so these are host keys, not user keys? [14:30] should have been a lot clearer in documentation