User Tools

Site Tools


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki