ssh2_publickey_remove

(PECL)

ssh2_publickey_remove --  Remove an authorized publickey

说明

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

注: 公钥系统用于管理服务器上的客户已经被认证的公钥。要用公钥认证方法在远程系统上认证,应该用 ssh2_auth_pubkey_file() 函数。

参数

pkey

Publickey Subsystem Resource

algoname

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

blob

Publickey blob as raw binary data

返回值

如果成功则返回 TRUE,失败则返回 FALSE


add a note add a note User Contributed Notes
There are no user contributed notes for this page.