|
ssh2_auth_pubkey_fileAuthenticate using a public key Description
bool ssh2_auth_pubkey_file
( resource
$session
, string $username
, string $pubkeyfile
, string $privkeyfile
[, string $passphrase
] )Authenticate using a public key read from a file. Parameters
Return Values
Returns Examples
Example #1 Authentication using a public key
<?php Notes
|