$df1=ssh2_exec($connection,"reboot");
if($df1){
echo "
Sunucu reboot edildi.
";header('Refresh:2;url=anasayfa');
}else{
echo "
Bir problem oluştu lütfen destek talebi oluşturunuz...
";}
buradaki $connection değişkenide ssh_connect ile sunucu bilgilerine bağlancan :)