문제

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>.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top