Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thepeopleseason/8ecc7a2a2bd5300a1c0c3450d06bec08 to your computer and use it in GitHub Desktop.
Save thepeopleseason/8ecc7a2a2bd5300a1c0c3450d06bec08 to your computer and use it in GitHub Desktop.
Hammerspoon: Ensure remote login is on.
if not os.execute("netstat -anl|grep '*.22'") then
hs.osascript.applescript([[do shell script "launchctl load -w /System/Library/LaunchDaemons/ssh.plist" with administrator privileges]])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment