1
0
mirror of https://github.com/php/doc-tr.git synced 2026-04-29 18:03:12 +02:00
Files
archived-doc-tr/reference/ssh2/setup.xml
T
2021-06-16 11:34:55 +03:00

86 lines
2.4 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: d80c8d5646c200251fe6d54d366e242ada0e3f81 Maintainer: nilgun 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>
<link xlink:href="&url.openssl;">OpenSSL</link> ve
<link xlink:href="&url.libssh2;">libssh2</link> kütüphanelerinin ve özellikle
de geliştirme paketlerinin (<literal>openssl-dev</literal> gibi) kurulu
olması gerekir.
</para>
<para>
Libssh2 kütüphanesinin 1.2 ve üstü sürümleri gerekli olsa da pecl/ssh2
yeni sürümleri daha yeni sürümleri gerektirebilir (dağıtım bilgilerine
bakınız).
</para>
<para>
<function>ssh2_auth_agent</function> işlevi sadece libssh >= 1.2.3 ile
kullanılabilir.
</para>
<para>
Akımları kanala aktarmak için <function>stream_set_timeout</function>
desteği sadece libssh >= 1.2.9 ile kullanılabilir.
</para>
<para>
Libssh2 iki şekilde gelir: gcrypt veya openssl. Bazı Linux dağıtımları
libssh2'yi gcrypt kütüphanesi ile kurar, bazısı openssl kullanır.
Libssh2, gcrypt ile derlendiğinde bazı sorunlar ortaya çıkıyor, lütfen
openssl kullanın.
</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>
Bu eklentinin tanımladığı özkaynak türleri:
<simplelist>
<member>SSH2 Oturum</member>
<member>SSH2 Dinleyici</member>
<member>SSH2 SFTP</member>
<member>SSH2 Genel Anahtar Alt Sisitemi (ssh2 0.10 itibariyle)</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
-->