Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions reference/ssh2/functions/ssh2-auth-pubkey-file.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 12f0e72200ea9249d0fc2f118528bd24b24c44a6 Maintainer: PhilDaiguille Status: ready -->
<!-- EN-Revision: 74ef2355c59e814d14f75a0792d22727be72f137 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: no -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.ssh2-auth-pubkey-file">
<refnamediv>
Expand Down Expand Up @@ -39,6 +39,7 @@
<term><parameter>username</parameter></term>
<listitem>
<simpara>
Nombre del usuario para autenticarse en el servidor remoto.
</simpara>
</listitem>
</varlistentry>
Expand All @@ -58,7 +59,6 @@
<term><parameter>privkeyfile</parameter></term>
<listitem>
<simpara>
La clave privada debe estar en formato PEM.
</simpara>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -116,6 +116,14 @@ if (ssh2_auth_pubkey_file($connection, 'username',
</simpara>
</note>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><function>ssh2_auth_pubkey</function></member>
</simplelist>
</refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
11 changes: 6 additions & 5 deletions reference/ssh2/functions/ssh2-connect.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 12f0e72200ea9249d0fc2f118528bd24b24c44a6 Maintainer: PhilDaiguille Status: ready -->
<!-- EN-Revision: 74ef2355c59e814d14f75a0792d22727be72f137 Maintainer: PhilDaiguille Status: ready -->
<!-- Reviewed: yes -->
<refentry xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" xml:id="function.ssh2-connect">
<refnamediv>
Expand Down Expand Up @@ -48,12 +48,12 @@
<term><parameter>methods</parameter></term>
<listitem>
<simpara>
<parameter>methods</parameter> debe ser un array asociativo de hasta
cuatro parámetros, como se describe a continuación. <parameter>methods</parameter>
puede contener cualquiera o todos los parámetros siguientes.
<parameter>methods</parameter> puede ser un array asociativo de hasta
cuatro parámetros, como se describe a continuación.
</simpara>
<table>
<title>Opciones de conexión SSH</title>
<title><parameter>methods</parameter> puede ser un array asociativo
con cualquiera o todos los parámetros siguientes.</title>
<tgroup cols="3">
<thead>
<row>
Expand Down Expand Up @@ -296,6 +296,7 @@ if (!$connection) die('Fallo en la conexión');
<member><function>ssh2_fingerprint</function></member>
<member><function>ssh2_auth_none</function></member>
<member><function>ssh2_auth_password</function></member>
<member><function>ssh2_auth_pubkey</function></member>
<member><function>ssh2_auth_pubkey_file</function></member>
<member><function>ssh2_disconnect</function></member>
</simplelist>
Expand Down