Я пытаюсь использовать Plink для запуска команд на удаленном сервере.И локальный, и удаленный компьютер являются Windows.Хотя я могу подключиться к удаленной машине с помощью Plink, я не могу использовать опцию '-m file'.Я пробовал следующие три способа, но безрезультатно:
Попробуйте 1:
plink.exe -ssh -pw mypwd gchhabra@machine -m file.txt
Вывод:
Could not chdir to home directory /home/gchhabra: No such file or directory
dir: not found
'file.txt' содержит только одну команду, т.е., dir
Попробуйте 2:
plink.exe -ssh -pw mypwd gchhabra@machine dir
Вывод:
Could not chdir to home directory /home/gchhabra: No such file or directory
dir: not found
Попробуйте 3:
plink.exe -ssh -pw mypwd gchhabra@machine < file.txt
В этом случае я получаюследующий вывод:
Using username "gchhabra".
****USAGE WARNING****
This is a private computer system. This computer system, including all
..... including personal information, placed or sent over this system
may be monitored.
Use of this computer system, authorized or unauthorized, constitutes consent
... constitutes consent to monitoring for these purposes.
dirCould not chdir to home directory /home/gchhabra: No such file or directory
Microsoft Windows [Version x.x.xxx]
(C) Copyright 1985-2003 Microsoft Corp.
C:\Program Files\OpenSSH>
После того, как я получаю вышеуказанное приглашение, оно зависает.Любая помощь в этом отношении?