Created
May 6, 2013 00:56
-
-
Save ziggear/5522782 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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