ssh2_publickey_remove

(PECL ssh2 >= 0.10)

ssh2_publickey_remove Remove an authorized publickey

Descrizione

ssh2_publickey_remove(resource $pkey, string $algoname, string $blob): bool

Removes an authorized publickey.

Elenco dei parametri

pkey

Publickey Subsystem Resource

algoname

Publickey algorithm (e.g.): ssh-dss, ssh-rsa

blob

Publickey blob as raw binary data

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Note

Nota: Il sottosistema publickey è utilizzate per gestire le chiavi pubbliche su un server sul quale il client è già autenticato. Per autenticarsi su un sistema remoto utilizzando l'autenticazione a chiave pubblica, utilizzare invece la funzione ssh2_auth_pubkey_file().

Vedere anche:

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top