~ubuntu-branches/ubuntu/vivid/libssh2/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/libssh2_agent_list_identities.3

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2010-02-28 13:11:14 UTC
  • mto: (1.1.6 upstream) (2.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100228131114-g8d2ps9p1u8i80s3
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"
 
2
.\" Copyright (c) 2009 by Daiki Ueno
 
3
.\"
 
4
.TH libssh2_agent_list_identities 3 "23 Dec 2009" "libssh2 1.2" "libssh2 manual"
 
5
.SH NAME
 
6
libssh2_agent_list_identities - request an ssh-agent to list of public keys.
 
7
.SH SYNOPSIS
 
8
#include <libssh2.h>
 
9
 
 
10
int libssh2_agent_list_identities(LIBSSH2_AGENT *agent);
 
11
.SH DESCRIPTION
 
12
Request an ssh-agent to list of public keys, and stores them in the
 
13
internal collection of the handle.  Call
 
14
\fIlibssh2_agent_get_identity(3)\fP to get a public key off the
 
15
collection.
 
16
 
 
17
.SH RETURN VALUE
 
18
Returns 0 if succeeded, or a negative value for error.
 
19
.SH AVAILABILITY
 
20
Added in libssh2 1.2
 
21
.SH SEE ALSO
 
22
.BR libssh2_agent_connect(3)
 
23
.BR libssh2_agent_get_identity(3)
 
24