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