Switching ssh to run on an alternate port on macOS High Sierra
In order to get the ssh daemon to run on an alternate port, I decided to launch an second ssh daemon (let’s call it “ssh-2”) instead of messing with the main one. This has the benefit of being more resistant to any issues with macOS software updates. It also means you won’t screw up your… Read More »