|
|
|
|
<?php
// demo script ssh connexion
$connection = ssh2_connect(ip, 22);
if (ssh2_auth_password($connection, 'users', 'password)) {
echo "Identification réussi ";
} else {
die('Echec de lidentification');
}
$commande="./test/test.sh";
$result=shell_exec($commande);
echo $result;
?>
cd /test/ mkdir test50
Configuration: Debian 4 serveur dédier
Bonjour,
Passes tes commandes entre la condition d'identification, sinon ça marchera pas.
<?php
// demo script ssh connexion
$connection = ssh2_connect(ip, 22);
if (ssh2_auth_password($connection, 'users', 'password))
{
echo "Identification réussi ";
$cmd = './test/test.sh';
$flux = ssh2_exec($connection, $cmd);
stream_set_blocking($flux, TRUE);
fclose($flux);
}
else
{
die('Echec de lidentification');
}
?>
J'espère t'avoir aidé... Sinon dis-moi la commande que tu souhaites exécuter et je te donnerai plus d'infos. A+ |
| 18/11 15h14 | Exécuter un script shell | Shell |
| 17/11 11h21 | [Shell] Tester une variable numérique | Shell |
| 28/01 09h50 | Comment récupérer le résultat d'une commande dans une variable | Bash |
| 08/11 22h53 | [Shell] Transferer des fichiers via ssh | Shell |
| 06/11 19h24 | [PHP] Upload de fichiers | PHP |
| 27/06 17h40 | Confirmer une inscription via phpmyadmin | 1 |
| 12/03 15h02 | Update de fichier XML via php | 8 |
| 27/10 22h00 | Administration mysql via php | 12 |
| 13/03 15h09 | Execution script shell avec php | 11 |
![]() | PHP Edit - PHPEdit est un environnement de développement intégré (IDE) sous Windows pour le langage PHP. Il offre un grand nombre de... | Catégorie: PHP Licence: Freeware/gratuit |
![]() | SSH Secure Shell - SSH secure shell for workstations est un client SSH flexible permettant de se connecter de façon sécurisée à des... | Catégorie: Telnet/SSH Licence: Open Source |
![]() | ShellEnhancer - ShellEnchancer est un programme d'amélioration des fonctions de base de Windows. Il rend les interfaces plus stables et plus... | Catégorie: Personnalisation Licence: Freeware/gratuit |
![]() | Gant2Ocean ShellPack - Pour ceux qui aiment bien personnaliser l'apparence de leur interface graphique Windows ou Thèmes, ils seront gâtés. ... | Catégorie: Personnalisation Licence: Freeware/gratuit |
![]() | EI Systems 3088 VIA | Catégorie: Ordinateur portable | |
![]() | BE@NET Mini-ITX Multimédia VIA | Catégorie: Ordinateur de bureau | |
![]() | HP Thin Client T5125 | Catégorie: Ordinateur de bureau | |
![]() | Samsung Q1b HSDPA VIA | Catégorie: Tablet PC | 1,145.50 € MicroChoix |