Built with Grav - The Modern Flat File CMS
Go to host
Attach container to host
lxc-attach --name
Edit SSH-config in container
nano /etc/ssh/sshd_config
Change ...
PermitRootLogin without-password
to
PermitRootLogin yes
Save and restart ssh service
service ssh restart