postcreatelxc
- install ssh
apt update apt install openssh-server -y systemctl status ssh systemctl enable --now ssh
- allow root login
nano /etc/ssh/sshd_config uncomment or add this: PermitRootLogin yes sudo systemctl restart ssh
postcreatelxc.txt · Last modified: by jwan
