Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我输入Ctrl-X F /ssh:<hostname>/<filename>时,我收到以下错误消息:
/ssh:<hostname>/<filename>
plink -l <mydefaultusername> -ssh ssh && exit || exit Unable to open connection: Host does not exist
主机名似乎丢失了,它尝试连接到名为ssh. 我该如何解决?
ssh
您的文件名缺少:. 应该是/ssh:<hostname>:<filename>。
:
/ssh:<hostname>:<filename>