Connect to the remote machine using ssh and issue the following command
to shutdown the machine
sudo shutdown -h now
to restart the machine
sudo shutdown -r now

Ubuntu 11.04 code named natty narwhal is released download ubuntu 11.04
Read ubuntu 11.10 reviews and share yours now!!
ssh -lroot <remotepc> shutdown -h now
- Visitor 2 years 18 weeks agoworked for me, thanks.
- Visitor 2 years 18 weeks ago