Dup Ver Goto 📝

LaunchSshd

PT2/macos/ssh does not exist
To
16 lines, 47 words, 537 chars Page 'LaunchSshd' does not exist.

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