Saturday, March 12, 2011

Mac OSX Start/Stop SSH

Start:
$sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
Stop:
$sudo launchctl unload  /System/Library/LaunchDaemons/ssh.plist

No comments:

Post a Comment