Skip to content

Instantly share code, notes, and snippets.

@ziggear
Created May 6, 2013 00:56
Show Gist options
  • Save ziggear/5522782 to your computer and use it in GitHub Desktop.
Save ziggear/5522782 to your computer and use it in GitHub Desktop.
#mac下的sshd配置文件
/etc/sshd_config
#启动
sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist
#停止
sudo launchctl unload -w /System/Library/LaunchDaemons/ssh.plist
#查看
sudo launchctl list | grep ssh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment