php man page for ssh2_publickey_init

Query: ssh2_publickey_init

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SSH2_PUBLICKEY_INIT(3)							 1						    SSH2_PUBLICKEY_INIT(3)

ssh2_publickey_init - Initialize Publickey subsystem

SYNOPSIS
resource ssh2_publickey_init (resource $session)
DESCRIPTION
Request the Publickey subsystem from an already connected SSH2 server. The publickey subsystem allows an already connected and authenticated client to manage the list of authorized public keys stored on the target server in an implementation agnostic manner. If the remote server does not support the publickey subsystem, the ssh2_pub- lickey_init(3) function will return FALSE.
PARAMETERS
o $session -
RETURN VALUES
Returns an SSH2 Publickey Subsystem resource for use with all other ssh2_publickey_*() methods or FALSE on failure.
NOTES
Note The public key subsystem is used for managing public keys on a server to which the client is already authenticated. To authenticate to a remote system using public key authentication, use the ssh2_auth_pubkey_file(3) function instead.
SEE ALSO
ssh2_publickey_add(3), ssh2_publickey_remove(3), ssh2_publickey_list(3). PHP Documentation Group SSH2_PUBLICKEY_INIT(3)
Related Man Pages
libssh2_userauth_publickey_fromfile_ex(3) - debian
getpublickey(3nsl) - debian
ssh2_auth_hostbased_file(3) - php
ssh2_publickey_list(3) - php
net::ssh2::channel(3pm) - debian
Similar Topics in the Unix Linux Community
Using Public key in Shell scirpt
Request for SSH2 public key
SFTP connection to SSH2 UNIX server
SFTP - Private and Public keys
Problem using scp to transfer a file