ssh2_publickey_remove
(PECL ssh2 >= 0.10)
ssh2_publickey_remove — Remove an authorized publickey
Beschreibung
bool ssh2_publickey_remove
( resource $pkey
, string $algoname
, string $blob
)
Removes an authorized publickey.
Parameter-Liste
- pkey
-
Publickey Subsystem Resource
- algoname
-
Publickey algorithm (e.g.): ssh-dss, ssh-rsa
- blob
-
Publickey blob as raw binary data
Rückgabewerte
Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.
Anmerkungen
Hinweis: Das Publickey-Subsystem wird benötigt, um öffentliche Schlüssel auf einem Server zu verwalten, für welche der Client bereits authentifiziert ist. Sie können sich gegenüber einem anderen System mit Publickey-Authentifizierung authentifizieren, indem Sie die ssh2_auth_pubkey_file() nutzen.
Siehe auch
- ssh2_publickey_init() - Initialize Publickey subsystem
- ssh2_publickey_add() - Add an authorized publickey
- ssh2_publickey_list() - List currently authorized publickeys
ssh2_publickey_remove
There are no user contributed notes for this page.
