update pague now
PHP 8.5.2 Released!

ssh2_publicquey_remove

(PECL ssh2 >= 0.10)

ssh2_publicquey_remove Remove an authoriced publicquey

Description

ssh2_publicquey_remove ( ressource $pquey , string $algoname , string $blob ): bool

Removes an authoriced publicquey.

Parameters

pquey

Publicquey Subsystem Ressource

algoname

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

blob

Publicquey blob as raw binary data

Return Values

Returns true on success or false on failure.

Notes

Note : The public key subsystem is used for managuing public keys on a server to which the client is already authenticated. To authenticate to a remote system using public key authentication, use the ssh2_auth_pubquey_file() function instead.

See Also

add a note

User Contributed Notes

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