ssh issue 13 March 2022, 04:40:17 I am trying to ssh into my Artix linux computer but when I do I getssh: connect to host 192.168.0.24 port 22: No route to hostwhen 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?
Re: ssh issue Reply #1 – 13 March 2022, 09:55:23 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
Re: ssh issue Reply #2 – 13 March 2022, 17:07:11 Perhaps you've done this already, check you have the sshd service for your init installed and enabled e.g.Code: [Select]$ rc-update |ag ssh sshd | default
Re: ssh issue Reply #3 – 14 March 2022, 21:20:47 The OP's networking is not setup correctly but he/she didn't provide enough details for the community to help...