This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Description
Not sure I would call this a bug necessarily. I'm really just posting to see if it rings any bells with the ssh experts around here. Here is the situation:
I want to create a cloud disk image based on Ubuntu Minimal 16 that has this role applied, and then use that image to create additional cloud instances. The following works fine:
- Provision cloud VM with Ubuntu Minimal 16
- Apply this role to newly created VM
- Shutdown VM
- Create new image of the boot disk (Call it
hardened-boot-image)
The problem is that if I then create another VM using the newly created hardened-boot-image I can not connect to it via ssh.
Can anyone think of a reason why a boot image that has this role applied to it would fail to allow connections? I can confirm the following:
- Connections to new VMs, created with a custom image that does not have this role applied, work fine
- VMs created with the
hardened-boot-image do in fact boot. I just can't connect.