11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- EN-Revision: 14af302c9c0e561fa6f9cdd956268758ba9a89c5 Maintainer: nilgun Status: ready -->
2+ <!-- EN-Revision: b4bb5b358e77229d362b1afb1dbf13f07f385572 Maintainer: nilgun Status: ready -->
33<refentry xmlns =" http://docbook.org/ns/docbook" xml : id =" function.ssh2-auth-hostbased-file" >
44 <refnamediv >
55 <refname >ssh2_auth_hostbased_file</refname >
2626
2727 <refsect1 role =" parameters" >
2828 &reftitle.parameters;
29- <para >
30- <variablelist >
31- <varlistentry >
32- <term ><parameter >oturum</parameter ></term >
33- <listitem >
34- <para >
35- <function >ssh2_connect</function > ile sağlanan bir SSH bağlantı
36- tanıtıcısı.
37- </para >
38- </listitem >
39- </varlistentry >
40- <varlistentry >
41- <term ><parameter >kullanıcı</parameter ></term >
42- <listitem >
43- <para >
44- </para >
45- </listitem >
46- </varlistentry >
47- <varlistentry >
48- <term ><parameter >konakadı</parameter ></term >
49- <listitem >
50- <para >
51- </para >
52- </listitem >
53- </varlistentry >
54- <varlistentry >
55- <term ><parameter >genel_anh_dosyası</parameter ></term >
56- <listitem >
57- <para >
58- </para >
59- </listitem >
60- </varlistentry >
61- <varlistentry >
62- <term ><parameter >gizli_anh_dosyası</parameter ></term >
63- <listitem >
64- <para >
65- </para >
66- </listitem >
67- </varlistentry >
68- <varlistentry >
69- <term ><parameter >anh_parolası</parameter ></term >
70- <listitem >
71- <para >
72- <parameter >gizli_anh_dosyası</parameter > için bir parola kullanılmışsa
73- bu parola bu bağımsız değişkende belirtilmelidir. (SSH oturum anahtarları
74- genelde parolasız oluşturulur).
75- </para >
76- </listitem >
77- </varlistentry >
78- <varlistentry >
79- <term ><parameter >yerel_kullanıcı</parameter ></term >
80- <listitem >
81- <para >
82- Belirtilmezse yerine <parameter >kullanıcı</parameter > kullanılır.
83- </para >
84- </listitem >
85- </varlistentry >
86- </variablelist >
87- </para >
29+ <variablelist >
30+ <varlistentry >
31+ <term ><parameter >oturum</parameter ></term >
32+ <listitem >
33+ <para >
34+ <function >ssh2_connect</function > ile sağlanan bir SSH bağlantı
35+ tanıtıcısı.
36+ </para >
37+ </listitem >
38+ </varlistentry >
39+ <varlistentry >
40+ <term ><parameter >kullanıcı</parameter ></term >
41+ <listitem >
42+ <para >
43+ </para >
44+ </listitem >
45+ </varlistentry >
46+ <varlistentry >
47+ <term ><parameter >konakadı</parameter ></term >
48+ <listitem >
49+ <para >
50+ </para >
51+ </listitem >
52+ </varlistentry >
53+ <varlistentry >
54+ <term ><parameter >genel_anh_dosyası</parameter ></term >
55+ <listitem >
56+ <para >
57+ </para >
58+ </listitem >
59+ </varlistentry >
60+ <varlistentry >
61+ <term ><parameter >gizli_anh_dosyası</parameter ></term >
62+ <listitem >
63+ <para >
64+ </para >
65+ </listitem >
66+ </varlistentry >
67+ <varlistentry >
68+ <term ><parameter >anh_parolası</parameter ></term >
69+ <listitem >
70+ <para >
71+ <parameter >gizli_anh_dosyası</parameter > için bir parola kullanılmışsa
72+ bu parola bu bağımsız değişkende belirtilmelidir. (SSH oturum anahtarları
73+ genelde parolasız oluşturulur).
74+ </para >
75+ </listitem >
76+ </varlistentry >
77+ <varlistentry >
78+ <term ><parameter >yerel_kullanıcı</parameter ></term >
79+ <listitem >
80+ <para >
81+ Belirtilmezse yerine <parameter >kullanıcı</parameter > kullanılır.
82+ </para >
83+ </listitem >
84+ </varlistentry >
85+ </variablelist >
8886 </refsect1 >
8987
9088 <refsect1 role =" returnvalues" >
9694
9795 <refsect1 role =" examples" >
9896 &reftitle.examples;
99- <para >
100- <example >
101- <title >- Genel konak anahtarlı kimlik doğrulama</title >
102- <programlisting role =" php" >
97+ <example >
98+ <title >- Genel konak anahtarlı kimlik doğrulama</title >
99+ <programlisting role =" php" >
103100<![CDATA[
104101<?php
105102baglanti = ssh2_connect('shell.example.com', 22, array('hostkey'=>'ssh-rsa'));
@@ -114,23 +111,21 @@ if (ssh2_auth_hostbased_file(baglanti, 'uzakbirey', 'myhost.example.com',
114111}
115112?>
116113]]>
117- </programlisting >
118- </example >
119- </para >
114+ </programlisting >
115+ </example >
120116 </refsect1 >
121117
122118 <refsect1 role =" notes" >
123119 &reftitle.notes;
124120 <note >
125121 <para >
126- <function >ssh2_auth_hostbased_file</function > işlevi libssh2 > = 0.7 ve
127- PHP/SSH2 > = 0.7 gerektirir.
122+ <function >ssh2_auth_hostbased_file</function > işlevi libssh2 > = 0.7 ve
123+ PHP/SSH2 > = 0.7 gerektirir.
128124 </para >
129125 </note >
130126 </refsect1 >
131127
132128</refentry >
133-
134129<!-- Keep this comment at the end of the file
135130Local variables:
136131mode: sgml
0 commit comments