Had a weird issue on my MacMini, with macOS 10.15.7 Catalina. I wanted to enable remote login on the machine, which I know for a fact was once working. Today however, all I got was this: After enabling it for...
Learn MoreHere’s how to do it: firewall-cmd --zone=internal --add-service=ssh --permanent firewall-cmd --zone=internal --add-source=1.2.3.4/32 --permanent firewall-cmd --zone=internal --add-source=5.6.7.8/32...
Learn More