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

78 lines
2.9 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 12f0e72200ea9249d0fc2f118528bd24b24c44a6 Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<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>
Перед установкой модуля SSH2 требуется установить библиотеки
<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. Отдельные
дистрибутивы Linux собирают libssh2 с библиотекой gcrypt, другие с 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
-->