Usage of putty in command line from Hudson
- by kij
Hi,
I'm trying to use putty in command line from an hudson job.
The command is the following one:
putty -ssh -2 -P 22 USERNAME@SERVER_ADDR -pw PASS -m command.txt
Where 'command.txt' is a shell script to execute in the server through SSH.
If i launch this command from the Window command prompt, it works, the shell script is executed on the…