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>