downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ssh2_scp_recv> <ssh2_publickey_list
Last updated: Fri, 13 Nov 2009

view this page in

ssh2_publickey_remove

(PECL ssh2 >= 0.10)

ssh2_publickey_remove Remove an authorized publickey

Descrição

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

Removes an authorized publickey.

Parâmetros

pkey

Publickey Subsystem Resource

algoname

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

blob

Publickey blob as raw binary data

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Notas

Nota: O subsistema de chave pública é usado para gerenciar chaves públicas em um sistema no qual o cliente já esteja autenticado. Para autenticar em um sistema remoto usando autenticação de chave pública, use ao invés a função ssh2_auth_pubkey_file().

Veja Também



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

ssh2_scp_recv> <ssh2_publickey_list
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites