apt install openssh-server
systemctl enable --now ssh
systemctl status ssh
A povolení roota: PermitRootLogin yes v /etc/ssh/sshd_config a potom restart: systemctl restart sshd nebo service sshd restart.
apt install openssh-server
systemctl enable --now ssh
systemctl status ssh
A povolení roota: PermitRootLogin yes v /etc/ssh/sshd_config a potom restart: systemctl restart sshd nebo service sshd restart.