简体   繁体   中英

Emacs, Windows, Tramp, Plink still doesn't work

When I type Ctrl - X F /ssh:<hostname>/<filename> , I get the following error message:

plink -l <mydefaultusername> -ssh ssh && exit || exit
Unable to open connection:
Host does not exist

It seems like the hostname is lost and it tries to connect to a host named ssh . How do I fix this?

Your file name lacks a : . It should be /ssh:<hostname>:<filename> .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM