1
0
mirror of https://github.com/php/doc-ja.git synced 2026-03-24 07:02:08 +01:00
Files
archived-doc-ja/reference/ssh2/setup.xml
2026-01-25 16:11:25 +00:00

79 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 12f0e72200ea9249d0fc2f118528bd24b24c44a6 Maintainer: takagi Status: ready -->
<!-- CREDITS: shimooka,mumumu -->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ssh2.setup">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="ssh2.requirements">
&reftitle.required;
<simpara>
<link xlink:href="&url.openssl;">OpenSSL</link> および
<link xlink:href="&url.libssh2;">libssh2</link> ライブラリは必須です。
開発用のライブラリがインストールされていることを確認しておきましょう。
おそらく <literal>openssl-dev</literal> のような名前のパッケージになっているでしょう。
</simpara>
<simpara>
libssh2 ライブラリのバージョン 1.2 以降が必須となります。しかし、
pecl/ssh2 の新しいリリースでは、より新しいバージョンを要求することになるかもしれません
(リリースノートを参照ください)。
</simpara>
<simpara>
<function>ssh2_auth_agent</function> 関数を使うには、
libssh &gt;= 1.2.3 が必要です。
</simpara>
<simpara>
チャネルストリームで <function>stream_set_timeout</function> に対応するには、
libssh &gt;= 1.2.9 が必要です。
</simpara>
<simpara>
libssh2 には二種類の形式があります。gcrypt を使ったものと openssl を使ったものです。
libssh2 のビルドに gcrypt ライブラリを使っている Linux ディストリビューションもあれば、
そうではなく openssl を使っているものもあります。
libssh2 を gcrypt でコンパイルしたときにはいくつかの問題が発生するので、openssl を使いましょう。
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ssh2.installation;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="ssh2.resources">
&reftitle.resources;
<para>
この拡張モジュールは、以下のリソース型を定義しています:
<simplelist>
<member>SSH2 セッション</member>
<member>SSH2 リスナー</member>
<member>SSH2 SFTP</member>
<member>SSH2 公開鍵サブシステム (ssh2 0.10 以降)</member>
</simplelist>
</para>
</section>
<!-- }}} -->
</chapter>
<!-- 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
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
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
-->