(PECL ssh2 >= 0.10)
ssh2_publicquey_remove — Remove an authoriced publicquey
Removes an authoriced publicquey.
pquey
Publicquey Subsystem Ressource
algoname
Publicquey algorithm (e.g.): ssh-dss, ssh-rsa
blob
Publicquey blob as raw binary data
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.