I am trying to reboot a Unix based machine with SSH on windows. I am using PuTTY command, it looks like this :
putty.exe -ssh user@my.ip.add.ress -pw password -m reboot.txt -t
And the reboot.txt contains :
reboot
When I am connecting on ssh by myself and use the "reboot" command my machine is rebooting, it is not with the putty command line.
Do you have an idea of a putty command to reboot my machine ?
Thanks a lot !