如何在 Windows 上将 ssh 与 Emacs 一起使用

发布于 2024-12-10 13:41:09 字数 191 浏览 0 评论 0原文

我有一个安装了 Emacs 的 Windows 开发人员工作站以及带有源文件和 SSH 服务器的 Linux 服务器。如何在 Emacs 上打开源文件?

我已经尝试过:

C-x C-f /ssh:user@host#22:/home/user/file.rb

但收到不可读的错误消息。

I have a Windows developer workstation with Emacs installed and Linux server with source files and SSH server. How can I open source files on Emacs?

I have tryied:

C-x C-f /ssh:user@host#22:/home/user/file.rb

but got unreadable error message.

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

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

发布评论

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

评论(1

╭ゆ眷念 2024-12-17 13:41:09

我认为 Emacs 需要 TRAMP:

在你的Emacs中安装tramp之后,你将能够
访问远程计算机上的文件就像访问本地文件一样。访问
用于编辑文件、版本控制和目录的远程文件系统
已透明启用。

该软件包提供开箱即用的 ssh 连接支持,其中之一
该包的更常见用途。这样可以相对安全
访问机器,尤其是在禁用 ftp 访问的情况下。

在Windows下,tramp与PuTTY包集成,使用
plink 程序。

欲了解更多信息:

http://www.gnu.org/s/tramp/#Overview

PS:复制并粘贴“不可读的错误消息”肯定会有用。

I think you need TRAMP for Emacs:

After the installation of tramp into your Emacs, you will be able to
access files on remote machines as though they were local. Access to
the remote file system for editing files, version control, and dired
are transparently enabled.

The package provides support for ssh connections out of the box, one
of the more common uses of the package. This allows relatively secure
access to machines, especially if ftp access is disabled.

Under Windows, tramp is integrated with the PuTTY package, using the
plink program.

For more info:

http://www.gnu.org/s/tramp/#Overview

PS: Copying and pasting the "unreadable error message" would certainly be useful.

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