You are not logged in.
I've had this Arch installation for a few months now, very happy. Still kinda new to Linux but Arch is forcing me to get better quickly!
Recently started using a raspberry pi running raspbian buster to run some scripts so I ssh in to set it up. All good.
Decided to to use my phone to ssh into it too, no problems. But trying to ssh into my Arch laptop never works from anything. I get the ECONNREFUSED error.
I've configured the firewall to allow ssh on port 22 TCP.
Any ideas?
Last edited by fetiddius (2020-04-19 13:38:27)
Offline
Offline
I'm assuming it is as I have connected from the Archbox to the pi.
Also, the prep command doesn't work. It says command ot found.
Offline
I'm assuming it is as I have connected from the Archbox to the pi.
That just means that you have an SSH server running on the Pi, it doesn't mean that you have the OpenSSH server running on the Arch machine.
Have you actually read the wiki?
Offline
I'm assuming it is as I have connected from the Archbox to the pi.
If you didn't configure and start/enable it, it isn't running. You connect with the ssh client, you need to run your own server if you want other machines to be able to connect to the laptop.
Just like running a web browser doesn't mean you are serving your own website.
Follow the wiki.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks! I'm an idiot.
Last edited by fetiddius (2020-04-19 13:38:41)
Offline