<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">Le 05/08/2013 10:28, Ludo Brands a
      écrit :<br>
    </div>
    <blockquote cite="mid:51FF622B.4030307@free.fr" type="cite">
      <pre wrap="">On 08/05/2013 10:11 AM, Antonio Fortuny wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
Le 02/08/2013 17:22, Reinier Olislagers a écrit :
</pre>
        <blockquote type="cite">
          <pre wrap="">On 02/08/2013 17:02, Antonio Fortuny wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">I've copied the example from the wiki as a second test.
I only set the pair login/password: same result as before (PAM
autentication failed).
Then I generated a pair of SSH2-rsa keys (1024) using puttygen and
assigned the PrivateKey property to the private key file generated.
Result is worse as an exception arises without explanation.
</pre>
          </blockquote>
          <pre wrap="">Read the wiki article. It should explain how to generate keys. The
format is not what you'd expect.
</pre>
        </blockquote>
        <pre wrap="">Hi Reinier.

I have had a complete read of <a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/Synapse">http://wiki.lazarus.freepascal.org/Synapse</a>.
Maybe because it is monday morning, I haven't read any reference to how
to generate keys for SSH connection
Based upon the full exemple listed in the page, I've set up a simple
front-end program.
It's major code if the next snippet:

var
  FClientSSh: TTelnetSSHClient;

  FClientSSh := TTelnetSSHClient.Create;

  FClientSSh.UserName := ELogin.Text;
  FClientSSh.Password := EPassword.Text;
  FClientSSh.HostName := EServerIP.Text;
  FClientSSh.Port := '22';
  FClientSSh.ProtocolType := SSH;
  FClientSSh.PrivateKeyFile := EmptyStr;
  FClientSSh.Servertype := Unix;
  wLastErrorText := FClientSSh.Connect;

exception:  PAM autentication failed.

Could you please get me out of this blind world ? :'(

</pre>
      </blockquote>
      <pre wrap="">Make also sure that the FPC binding for cryptlib (cryptlib.pas)
corresponds with the version of the cryptlib library. The API for
cryptlib is not binary compatible between versions. You can get all kind
of weird bugs when there is a mismatch.</pre>
    </blockquote>
    Done since I downloded CL32.dll as of version 3.4.2. Pascal file
    "cryptlib.pas" is included in the bundle.<br>
    <br>
    Antonio.<br>
    <blockquote cite="mid:51FF622B.4030307@free.fr" type="cite">
      <pre wrap="">

Ludo


--
_______________________________________________
Lazarus mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a>
</pre>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <table
style="font-family:'Calibri','sans-serif';font-size:8.0pt;color:#002f87;border:0;width:auto;">
        <tbody>
          <tr>
            <td style="vertical-align:bottom;padding:40px 20px
              25px;border-top:1pt solid #BFBFBF;"> <img alt="Sita
                Software"
                src="cid:part1.08090406.08020104@sitasoftware.lu"> </td>
          </tr>
          <tr>
            <td style="vertical-align: top; padding: 5px 20px 0;"> <b>Antonio
                Fortuny</b><br>
              Senior Software engineer<br>
              <br>
              220, avenue de la Liberté<br>
              L-4602 Niederkorn<br>
              Tel.: +352 58 00 93 - 93<br>
              <a style="color:#002f87;cursor:pointer;text-decoration:
                none;" href="http://www.sitasoftware.lu">www.sitasoftware.lu</a><br>
            </td>
          </tr>
          <tr>
            <td style="padding:20px 20px 30px;border-bottom: 1pt solid
              #BFBFBF;" align="right"> <img alt="Your IT Partner"
                src="cid:part3.02000703.06090209@sitasoftware.lu"> </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>