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.
pacman -Sy openssh
systemctl enable sshd
systemctl start sshd
Add PermitRootLogin yes
in the “/etc/ssh/sshd_config” to allow root login via SSH.