|
ssh2_auth_pubkey_fileAuthenticate using a public key Beschreibung
bool ssh2_auth_pubkey_file
( resource
$session
, string $username
, string $pubkeyfile
, string $privkeyfile
[, string $passphrase
] )Authenticate using a public key read from a file. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 Authentication using a public key
<?phpAnmerkungen
|