Pi-TV

# Linux, Remote, SSH 2020-12-25

SSH

SSH server setup

pacman -Sy openssh
systemctl enable sshd
systemctl start sshd

SSH server config

Add PermitRootLogin yes in the “/etc/ssh/sshd_config” to allow root login via SSH.