Re: SSH Server setup
Reply #1 –
You need to start sshd service by your init system.
The init scripts are not provided by default and need to be isntalled (as mentioned countles times on our wiki).
So run something like:
pacman -S openssh-openrc
pacman -S openssh-runit
pacman -S openssh-s6
pacman -S openssh-66
The name of the service should be sshd.
If you are unsure you can list the content of the package after you have installed it by:
pacman -Ql openssh-openrc
And than you configure your init to start it.