pacman -S openssh
systemctl start sshd.service
systemctl enable sshd.service
ssh localhost
Optional: Could also modify the config file
vi /etc/ssh/sshd_config
pacman -S openssh
systemctl start sshd.service
systemctl enable sshd.service
ssh localhost
Optional: Could also modify the config file
vi /etc/ssh/sshd_config