1
0
mirror of https://github.com/php/doc-ru.git synced 2026-03-25 08:12:14 +01:00
Files
archived-doc-ru/reference/ssh2/setup.xml
Sergey Panteleev daef8df962 Обнуление тега Reviewed (#364)
[skip-lint]
[skip-spellcheck]
2021-11-16 13:03:53 +03:00

84 lines
2.9 KiB
XML
Raw 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: e83ad8ecd4d98c6df0003a5f091322e7ef1de54c Maintainer: mch Status: ready -->
<!-- Reviewed: no -->
<chapter xml:id="ssh2.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="ssh2.requirements">
&reftitle.required;
<para>
Для установки SSH2 требуется наличие установленных библиотек
<link xlink:href="&url.openssl;">OpenSSL</link> и
<link xlink:href="&url.libssh2;">libssh2</link>. Убедитесь,
что указанные библиотеки присутствуют в системе.
Типичным названием пакета может быть <literal>openssl-dev</literal>.
</para>
<para>
Необходима версия libssh2 1.2 или новее. Однако возможно, что новые
релизы pecl/ssh2 потребуют более новые версии (смотрите примечания к релизу).
</para>
<para>
Функция <function>ssh2_auth_agent</function> доступна только
с версией libssh &gt;= 1.2.3.
</para>
<para>
Поддержка канальных потоков в <function>stream_set_timeout</function> доступна
только с версией libssh &gt;= 1.2.9.
</para>
<para>
Libssh2 поставляется в двух вариантах: gcrypt или openssl. Некоторые
дистрибутивы Linux собирают libssh2 с библиотекой gcrypt, некоторые с openssl.
Libssh2 имеет некоторые проблемы при компиляции с gcrypt, поэтому используйте версию с openssl.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ssh2.installation;
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="ssh2.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ 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
-->