Activate SSH in LXC Container Info All this commands need to be run in the container. Edit Config Bash1nano /etc/ssh/sshd_config change the following line: Bash1#PermitRootLogin prohibit-password to: Bash1PermitRootLogin yes Restart SSH Bash1service ssh restart