|
ssh2_auth_passwordAuthenticate over SSH using a plain password Beschreibung
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Authenticating with a password
<?php |