Skip to main content
Topic: ssh issue (Read 444 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

ssh issue

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?

Re: ssh issue

Reply #1
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
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
The OP's networking is not setup correctly but he/she didn't provide enough details for the community to help...