2011-08-16 11:38:58 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-07-11 09:02:41 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ssh2-publickey-init">
|
2005-07-24 05:44:27 +00:00
|
|
|
<refnamediv>
|
|
|
|
<refname>ssh2_publickey_init</refname>
|
|
|
|
<refpurpose>
|
|
|
|
Initialize Publickey subsystem
|
|
|
|
</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>resource</type><methodname>ssh2_publickey_init</methodname>
|
|
|
|
<methodparam><type>resource</type><parameter>session</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
Request the Publickey subsystem from an already connected SSH2 server.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
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 <function>ssh2_publickey_init</function> function will return &false;.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-06-15 00:16:47 +00:00
|
|
|
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>session</parameter></term>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
|
2005-07-24 05:44:27 +00:00
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
|
|
|
<para>
|
2007-06-15 00:16:47 +00:00
|
|
|
Returns an <literal>SSH2 Publickey Subsystem</literal> resource for use
|
2009-11-09 10:26:08 +00:00
|
|
|
with all other ssh2_publickey_*() methods&return.falseforfailure;.
|
2005-07-24 05:44:27 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2005-07-21 21:37:49 +00:00
|
|
|
|
2007-06-15 00:16:47 +00:00
|
|
|
<refsect1 role="notes">
|
|
|
|
&reftitle.notes;
|
|
|
|
¬e.ssh2.subsystem.publickey;
|
|
|
|
</refsect1>
|
|
|
|
|
2005-07-24 05:44:27 +00:00
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>ssh2_publickey_add</function></member>
|
|
|
|
<member><function>ssh2_publickey_remove</function></member>
|
|
|
|
<member><function>ssh2_publickey_list</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2007-06-15 00:16:47 +00:00
|
|
|
|
2005-07-24 05:44:27 +00:00
|
|
|
</refentry>
|
2005-07-21 21:37:49 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2005-07-21 21:37:49 +00:00
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|