To shutdown a remote machine using SSH, use the following command:
ssh -t <options> <user>@<hostname> sudo poweroff
Simple & fast tips about tech stuff.
To shutdown a remote machine using SSH, use the following command:
ssh -t <options> <user>@<hostname> sudo poweroff