I am trying to ssh into my Artix linux computer but when I do I get
ssh: connect to host 192.168.0.24 port 22: No route to host
when I try to ssh to other computer from this system i get the same error. I can not even ping my Artix system but I have wifi working. Can anyone help me?
Run 'ip address' and check the state for the device that listens on that address; it must be UP.
Also, try to provide all relevant details before posting.
artist
Perhaps you've done this already, check you have the sshd service for your init installed and enabled e.g.
$ rc-update |ag ssh
sshd | default
The OP's networking is not setup correctly but he/she didn't provide enough details for the community to help...