【发布时间】:2016-12-03 16:02:44
【问题描述】:
Windows 7(64 位) Emacs 24.5
要浏览本地文件(在 Windows 上),我使用包 dired+。好的。
- 如何查看(通过 dired+)远程 UNIX 机器上的文件?
- 如何从远程 UNIX 计算机编辑/复制文件(通过 dered+)?
如果不使用 Emacs,我会通过 windows 控制台使用下一条命令连接到远程 UNIX 机器:
ssh -oStrictHostKeyChecking=no login@ip.of.unix.machine
在 emacs 中: 尝试从 Windows 7 连接到 Unix:
/ssh:root@1.2.3.4:
错误: ssh -1 root -o ControlMaster=auto -o ControlPath='tramp.%C' -o ControlPersist=no -e none 1.2.3.4 && exit ||退出
不会分配伪终端,因为标准输入不是终端。 无法创建目录“/home/Alex/.ssh”。
ssh_askpass: exec(/usr/sbin/ssh-askpass): 没有那个文件或目录 主机密钥验证失败
【问题讨论】:
-
嗨,使用流浪汉! wikemacs.org/wiki/TRAMP
标签: emacs