I have fresh installed Manjaro version 17. Then I install OpenSSH, My aim is to start SSH on boot. SO I did below
sudo pacman -Sy openssh
sudo systemctl start sshd.service
sudo systemctl enable sshd.service
I enable Firewall too, at every boot I have to login to system than only I can connect to SSH. I also enable
sudo systemctl start sshd.socket
sudo systemctl enable sshd.socket
But still same. I am using Wifi and I feel that until I login my wifi is not connecting and it is not getting IP due to that SSH is not work.
Kindly somebody help me.
