Hi there! I use plink wrapper to connect to SSH, but found some problem.
# include <Plink Wrapper.au3>
$ iPID = _Start_plink (@ ScriptDir & ' plink.exe', '192 .168.0.122 ')
$ a = _Collect_stdout (3000)
MsgBox (0,'', $ a)
_Plink_close ()
With above code, the return value $ a = "login as" at some folder, I can log in with root / alpine, but when I move it to another folder, the return value $ a = '', that means "login as" does not appear and I can not enter a username and password, as well as the implementation of the next command. Please help me. Thank you very much!