Re: [Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-26 Thread Scott Moser
It seems really like this is Recommends. Its not a hard depends. On Mon, Mar 9, 2020 at 2:55 PM Ryan Harper <1866...@bugs.launchpad.net> wrote: > > In particular, user passed in cloud-config for augmenting ssh > configuration in the guest (setting user ssh keys) however, it was > unknown that

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-26 Thread Chad Smith
+1 on option B -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866563 Title: cloud-init expects sshd service to be available in images should be in the package deps To manage notifications about

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-25 Thread Ryan Harper
** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium ** Changed in: cloud-init (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1866563 Title:

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-10 Thread Dan Watkins
I do know that some hardened images intentionally have sshd removed, so that they cannot be accessed at all after launch. (In such cases, any changes to instances are performed by deploying new ones, rather than updating existing ones in-place.) Being able to use cloud-init to bootstrap such

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-09 Thread Ryan Harper
In particular, user passed in cloud-config for augmenting ssh configuration in the guest (setting user ssh keys) however, it was unknown that the centos/8/cloud image did not have sshd installed. If I'm building a template and install cloud-init; I can see either path, cloud-init does not

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-09 Thread Ryan Harper
source issue where this came up. https://github.com/lxc/lxc-ci/issues/132#issuecomment-596254076 ** Bug watch added: github.com/lxc/lxc-ci/issues #132 https://github.com/lxc/lxc-ci/issues/132 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1866563] Re: cloud-init expects sshd service to be available in images should be in the package deps

2020-03-09 Thread Scott Moser
It'd also be sane to just *not* depend on sshd. cloud-init doesn't really depend on sshd to my knowledge, but probably does throw some warnings or not function perfectly if its not there. nothing about cloud-init should require sshd though. it'd be good to run without it. -- You received this