Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No need to restart ssh daemon. New sessions will require a key. However as a note,

Code Block
languagebash
sudo launchctl stop com.openssh.sshd
sudo launchctl start com.openssh.sshd


For older OS X you might need to run,

Code Block
languagebash
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist; sudo launchctl load /System/Library/LaunchDaemons/ssh.plist 

...