> Charm should override that settings adding a config to /etc/ssh/sshd_config.d
>
> with something like
>
> ```
> PermitRootLogin yes
> Allowusers root@<libvirt-migration-network-ip>
> ```
It will be overwritten by another run of CIS hardening scripts though. Root login for live-migration is a long standing issue in Charmed OpenStack. https://bugs.launchpad.net/charm-nova-compute/+bug/1375109
I haven't looked into what kind of changes are potentially made in the upstream, but I do really hope there is a way in the upstream to avoid the root login by now...
> Charm should override that settings adding a config to /etc/ssh/ sshd_config. d migration- network- ip>
>
> with something like
>
> ```
> PermitRootLogin yes
> Allowusers root@<libvirt-
> ```
It will be overwritten by another run of CIS hardening scripts though. Root login for live-migration is a long standing issue in Charmed OpenStack. /bugs.launchpad .net/charm- nova-compute/ +bug/1375109
https:/
I haven't looked into what kind of changes are potentially made in the upstream, but I do really hope there is a way in the upstream to avoid the root login by now...