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

77 lines
2.3 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: nilgun Status: ready -->
<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> 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.
</simpara>
<simpara>
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).
</simpara>
<simpara>
<function>ssh2_auth_agent</function> işlevi sadece libssh &gt;= 1.2.3 ile
kullanılabilir.
</simpara>
<simpara>
Akımları kanala aktarmak için <function>stream_set_timeout</function>
desteği sadece libssh &gt;= 1.2.9 ile kullanılabilir.
</simpara>
<simpara>
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.
</simpara>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
&reference.ssh2.installation;
<!-- }}} -->
<!-- {{{ 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
-->