Dup Goto 📝

LaunchSshd

PT2/macos/ssh 07-31 13:46:49
To Pop
16 lines, 47 words, 537 chars Monday 2023-07-31 13:46:49

Sometimes System Preferences gets stuck with a orange dot when you enable remote login:

macos sshd not starting from System Prefs

See this superuser.com

These may work

sudo launchctl stop com.openssh.sshd
sudo launchctl start com.openssh.sshd
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist
sudo launchctl load /System/Library/LaunchDaemons/ssh.plist