in reply to Re: Server prompts for password even though client is authenticated when Parallel::ForkManager is used
in thread Server prompts for password even though client is authenticated when Parallel::ForkManager is used

There's no real relevant code really. In the subroutine I'm just making ssh connection to the server. "ssh hostname.domain.com" and executing some simple commands. I'm using ssh in simple backquotes `ssh hostname.domain.com`
  • Comment on Re^2: Server prompts for password even though client is authenticated when Parallel::ForkManager is used

Replies are listed 'Best First'.
Re^3: Server prompts for password even though client is authenticated when Parallel::ForkManager is used
by salva (Canon) on Sep 13, 2011 at 07:42 UTC
    The solution to this kind of problems usually lays on the details, so unless you tell us everything it is going to be pretty difficult to help you.

    The code you have posted so far, is almost identical to the boilerplate code from Parallel::ForkManager synopsis, it is well tested and works so the error should be in other place.