Pergunta

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?

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top