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 subsystemSYNOPSISresource ssh2_publickey_init (resource $session)DESCRIPTIONRequest 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.PARAMETERSo $session -RETURN VALUESReturns an SSH2 Publickey Subsystem resource for use with all other ssh2_publickey_*() methods or FALSE on failure.NOTESNote 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 ALSOssh2_publickey_add(3), ssh2_publickey_remove(3), ssh2_publickey_list(3). PHP Documentation Group SSH2_PUBLICKEY_INIT(3)
Related Man Pages |
---|
getsecretkey(3nsl) - sunos |
getsecretkey(3nsl) - opensolaris |
ssh2_auth_hostbased_file(3) - php |
ssh2_publickey_list(3) - php |
net::ssh2::channel(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Connected or not connected ! |
subsystem failure |
SSH Error - Permission denied (publickey,keyboard-interactive) |
SFTP - Private and Public keys |
Problem using scp to transfer a file |