by Devin Yang

建立于: 3年前 ( 更新: 3年前 )

纪录我如何在MacOS上重启sshd服务。
#ssh进入远程的MAC,运行不会断线,可以分开运行,unload时不可注销,不然再也连不进去,
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist

sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist

#可以一行搞定unload跟load
sudo launchctl unload /System/Library/LaunchDaemons/ssh.plist&&sudo launchctl load -w /System/Library/LaunchDaemons/ssh.plist

Tags: MacOS

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


cli,linux,macos

如何用find删除创建时间为准的旧文件

这功能很好用,但要很小心,先看再删,弄错目录会死很惨 

vpn,cli,macos

我如何在MacOS上用命令行拨VPN

我自己会有用MacOS在命令行拨VPN的需求,在这提供我的别名,设置方式

vim, macos

Ultisnips requires py >= 2.7 or py3 问题修正

如果你跟我一样安装Vim,运行terminal是否会出现需要python2.7或python3的错误,但是系统明明就有python 2.7呀, 本文说明我如何修正此问题。