|
ssh2_auth_passwordAuthenticate over SSH using a plain password Description
bool ssh2_auth_password
( resource
$session
, string $username
, string $password
)Authenticate over SSH using a plain password. Since version 0.12 this function also supports keyboard_interactive method. Parameters
Return Values
Returns Examples
Example #1 Authenticating with a password
<?php |