uTools-Manuals/docs/php/ssh2_publickey_init.html
2019-04-28 19:00:34 +08:00

87 lines
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Initialize Publickey subsystem</title>
</head>
<body class="docs"><div id="layout">
<div id="layout-content"><div id="function.ssh2-publickey-init" class="refentry">
<div class="refnamediv">
<h1 class="refname">ssh2_publickey_init</h1>
<p class="verinfo">(PECL ssh2 &gt;= 0.10)</p><p class="refpurpose"><span class="refname">ssh2_publickey_init</span> &mdash; <span class="dc-title">
Initialize Publickey subsystem
</span></p>
</div>
<div class="refsect1 description" id="refsect1-function.ssh2-publickey-init-description">
<h3 class="title">说明</h3>
<div class="methodsynopsis dc-description">
<span class="methodname"><strong>ssh2_publickey_init</strong></span>
( <span class="methodparam"><span class="type">resource</span> <code class="parameter">$session</code></span>
) : <span class="type">resource</span></div>
<p class="para rdfs-comment">
Request the Publickey subsystem from an already connected SSH2 server.
</p>
<p class="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 <span class="function"><strong>ssh2_publickey_init()</strong></span> function will return <strong><code>FALSE</code></strong>.
</p>
</div>
<div class="refsect1 parameters" id="refsect1-function.ssh2-publickey-init-parameters">
<h3 class="title">参数</h3>
<p class="para">
<dl>
<dt>
<code class="parameter">session</code></dt>
<dd>
<p class="para">
</p>
</dd>
</dl>
</p>
</div>
<div class="refsect1 returnvalues" id="refsect1-function.ssh2-publickey-init-returnvalues">
<h3 class="title">返回值</h3>
<p class="para">
Returns an <em>SSH2 Publickey Subsystem</em> resource for use
with all other ssh2_publickey_*() methods 或者在失败时返回 <strong><code>FALSE</code></strong>.
</p>
</div>
<div class="refsect1 notes" id="refsect1-function.ssh2-publickey-init-notes">
<h3 class="title">注释</h3>
<blockquote class="note"><p><strong class="note">Note</strong>: <span class="simpara">公钥子系统用于管理服务器到<em class="emphasis"></em>被认证的客户端的公钥。要用公钥认证方法来认证远程系统,应使用
<span class="function"><a href="ssh2_auth_pubkey_file.html" class="function">ssh2_auth_pubkey_file()</a></span> 函数。</span></p></blockquote>
</div>
<div class="refsect1 seealso" id="refsect1-function.ssh2-publickey-init-seealso">
<h3 class="title">参见</h3>
<p class="para">
<ul class="simplelist">
<li class="member"><span class="function"><a href="ssh2_publickey_add.html" class="function" rel="rdfs-seeAlso">ssh2_publickey_add()</a> - Add an authorized publickey</span></li>
<li class="member"><span class="function"><a href="ssh2_publickey_remove.html" class="function" rel="rdfs-seeAlso">ssh2_publickey_remove()</a> - Remove an authorized publickey</span></li>
<li class="member"><span class="function"><a href="ssh2_publickey_list.html" class="function" rel="rdfs-seeAlso">ssh2_publickey_list()</a> - List currently authorized publickeys</span></li>
</ul>
</p>
</div>
</div></div></div></body></html>