Artix Linux Forum

Artix Linux => System => Topic started by: l0cky121213 on 13 March 2022, 04:40:17

Title: ssh issue
Post by: l0cky121213 on 13 March 2022, 04:40:17
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?
Title: Re: ssh issue
Post by: Artist on 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
Title: Re: ssh issue
Post by: ####### on 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       
Title: Re: ssh issue
Post by: nous on 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...