(PECL)
Authenticate over SSH using a plain password
Przykład 1. Authenticating with a password
<?php$connection = ssh2_connect('shell.example.com', 22);if (ssh2_auth_password($connection, 'username', 'secret')) { echo "Authentication Successful!\n";} else { die('Authentication Failed...');}?>
Hosting by: Hurra Communications Sp. z o.o.Generated: 2007-01-26 18:02:37