создание и продвижение сайта (вбиваю в ТОП-10, как гвозди)Настройка и сопровождение платной рекламы яндекс.директ

PHP. Руководство по PHP. 2005

ssh2_auth_passwordПред. След.

ssh2_auth_password

(PECL)ssh2_auth_password --  Authenticate over SSH using a plain password

Description

bool ssh2_auth_password (resource session, string username, string password)


Authenticate over SSH using a plain password

Пример 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...');

}

?>

Отвечу на любые вопросы. С уважением, Дмитрий Владимирович.

Ваше письмо×
Free Web Hosting