如何保护 emacs 服务器的安全?

发布于 2024-11-05 19:25:43 字数 243 浏览 1 评论 0原文

我想确保只有我可以连接到我初始化的 emacs 服务器。我经常使用其他人可以通过 SSH 访问的机器,而且我不知道有什么可以阻止他们打开 emacsclient 并运行 Mx Kill-emacs 这会让我陷入困境超过。

我查看了 emacsserveremacsclient 的文档,但找不到我要找的内容。

有办法做到这一点吗?

I'd like to ensure that only I can connect to an emacs server that I initialised. I frequently use machines that other people could be SSH'd into, and I don't see what's to stop them opening emacsclient and running M-x kill-emacs which would screw me over.

I looked at the documentation for emacsserver and emacsclient but couldn't find what I was looking for.

Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

殊姿 2024-11-12 19:25:43

当然,这是开箱即用的! Emacs 服务器创建一个只有您可以访问的套接字(权限为 600 或 700,在权限为 600 的目录中)。

That happens out of the box, of course! The Emacs server creates a socket that only you can access (permissions 600 or 700, in a directory with permissions 600 for good measure).

与君绝 2024-11-12 19:25:43

看起来您可以为服务器指定 server-socket-file ,为 emacsclient 指定 server-socket-dir 。只需将套接字放置在只有您有权访问并且应该进行设置的目录中。

It looks like you can specify server-socket-file for the server and server-socket-dir for emacsclient. Simply place the socket in a directory where only you have access and you should be set.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文