我在 Ubuntu 中使用 Emacs 24。您能帮我了解如何打开远程服务器文件吗?
远程服务器运行CentOS。我正在使用私钥通过 SSH 登录远程服务器。
我在 Emacs 24 中尝试使用以下命令,
Ctrl-x
Ctrl -f
~/ssh username@server-IP:/home/prasad/test.sh
答案1
ssh
您可以通过指定以下命令在 Emacs 中打开文件/ssh:
:CtrlX CtrlFthen
/ssh:username@server:/home/prasad/test.sh