Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Bienvenido a la comunidad de Pandora FMS Forums Community support Pandora agent not connecting to the Pandora server

  • Pandora agent not connecting to the Pandora server

    Posted by kram on noviembre 12, 2007 at 19:02

    Hi,
    I have installed Pandora server(version 1.2) in one machine, and it seems to be working fine. I am able to see it through the web console. But, I recently installed the Pandora windows agent(version 1.2) in another machine, and I am unable to connect the agent to it. When I try running the test command I get this error. Could anyone help me in this?

    [code:1]
    C:Program FilesPandora_Agent>PandoraAgent.exe –test-ssh
    Public key file C:Program FilesPandora_Agentkeyid_dsa.pub exists.
    Private key file: C:Program FilesPandora_Agentkeyid_dsa exists.
    Connecting with 10.131.69.7.
    Authentication Failed when connecting to 10.131.69.7
    Check the remote host configuration and the public/private key files.

    Thanks in advance!

    raul replied 17 years, 3 months ago 3 Members · 2 Replies
  • 2 Replies
  • rnovoa

    Member
    noviembre 12, 2007 at 22:26
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi kram,

    I am not using version 1.2, but I have been able to reproduce the same error by removing the public key from the file authorized_keys.

    Did you add the public key generated on the windows side to /home/pandora/.ssh/authorized_keys? (this file has one key per line, be careful not to split the public key into several lines).

  • raul

    Member
    noviembre 14, 2007 at 02:15
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    And do not add a Carriage Return at the end…