(PECL)
ssh2_auth_password() tente une identification via SSH en utilisant un mot de passe en clair.
Exemple 1. Identification avec un mot de passe
<?php$connection = ssh2_connect('shell.example.com', 22);if (ssh2_auth_password($connection, 'username', 'secret')) { echo "Identification réussi !\n";} else { die('Echec de l\'identification...');}?>
Hosting by: Hurra Communications GmbHGenerated: 2007-01-26 18:02:16