1
0
mirror of https://github.com/php/doc-es.git synced 2026-03-26 08:22:08 +01:00
Files
archived-doc-es/reference/ssh2/setup.xml
Diego Agulló Falcó 5cb6ad2038 Updated changes from current EN revision
git-svn-id: https://svn.php.net/repository/phpdoc/es/trunk@328498 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-26 15:06:14 +00:00

80 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: f49c307f13f1ec78ff0e441906d6d3d066b69f82 Maintainer: aeoris Status: ready -->
<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>
Las librerías
<link xlink:href="&url.openssl;">OpenSSL</link> y
<link xlink:href="&url.libssh2;">libssh2</link> son obligatorias.
Asegúrese que las librerías de desarrollo estan instaladas,
donde el nombre típico del paquete podría ser <literal>openssl-dev</literal>.
</para>
<para>
Es necesaria la versión 1.2 o posterior de libssh2 , aunque
es posible que nuevos lanzamientos de pecl/ssh2 pueden requerir versiones
posteriores (consultar las notas de lanzamiento)
</para>
<para>
La función <function>ssh2_auth_agent</function> estará disponible únicamente
con libssh >= 1.2.3.
</para>
<para>
El soporte para <function>stream_set_timeout</function> para canalizar secuencias
sólo estará disponible con libssh >= 1.2.9.
</para>
<para>
libssh2 viene en dos versiones: gcrypt y openssl. Algunas distribuciones
de Linux compilan libssh2 contra la librería gcrypt, y otras utilizan openssl.
libssh2 tiene algunos problemas cuando se compila contra gcrypt, por favor, utilice 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;
&no.resource;
</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
-->