So far I have constructed this command line, which loads putty up no problems.
Code: Select all
putty.exe -ssh hockey@192.168.1.103 -pw passwordAccording to the docs, there is an option:
Code: Select all
-m: read a remote command or script from a fileSo I'm not sure I understand how this whole thing comes into play. When using the Windows version of PUTTY.exe and I use a remote command/script obviously the commands are intended for the remote device (this case Linux) so commands like
Code: Select all
ls, rm, cp, etcAnyone have any experience using putty through command line and executing arbitrary commands on the remote machine? What am I doing wrong?
Cheers