ssh2_publickey_add
Opis
bool ssh2_publickey_add ( resource pkey, string algoname, string blob [, bool overwrite [, array attributes]] )Notatka: Podsystem publickey używany jest do zarządzania kluczami publicznymi na serwerze do którego klient już jest autoryzowany. Aby autoryzować się do zdalnego systemu używając autoryzacji publickey, należy skorzystać z funkcji ssh2_auth_pubkey_file().
Parametry
pkeyPublickey Subsystem resource created by ssh2_publickey_init().
algonamePublickey algorithm (e.g.): ssh-dss, ssh-rsa
blobPublickey blob as raw binary data
overwriteIf the specified key already exists, should it be overwritten?
attributesAssociative array of attributes to assign to this public key. Refer to ietf-secsh-publickey-subsystem for a list of supported attributes. To mark an attribute as mandatory, precede its name with an asterisk. If the server is unable to support an attribute marked mandatory, it will abort the add process.
Przykłady
| Poprzedni | Spis treści | Następny |
| ssh2_methods_negotiated | Początek rozdziału |