Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<ssh2_publickey_listssh2_scp_recv>
Last updated: Tue, 19 Sep 2006

ssh2_publickey_remove

(PECL)

ssh2_publickey_remove --  Remove an authorized publickey

Description

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

Note: The publickey subsystem is used for managing publickeys on a server to which the client is already authenticated. To authenticate to a remote system using publickey authentication, use the ssh2_auth_pubkey_file() function instead.

Parameters

pkey

Publickey Subsystem Resource

algoname

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

blob

Publickey blob as raw binary data

Return Values

Returns TRUE on success or FALSE on failure.




<ssh2_publickey_listssh2_scp_recv>
Last updated: Tue, 19 Sep 2006