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

My client is authenticated and does not need a password .... Intermittently, it asks for password to authenticate the client when it normally does not.

Can you tell whether the password it is asking for is the authentication key password, or a conventional login password? I assume from your description that you are using keys authorization for your automatic logins. What does the password request look like?

Enter passphrase for key '/home/mkhan/.ssh/id_rsa': or Enter password for user mkhan

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Server prompts for password even though client is authenticated when Parallel::ForkManager is used
  • Download Code

Replies are listed 'Best First'.
Re^2: Server prompts for password even though client is authenticated when Parallel::ForkManager is used
by mkhan (Sexton) on Sep 13, 2011 at 18:08 UTC
    The password request just looks like this:

    Password:

    That's all. Not a word more. I'm in a position where I can't post the code in public.
    I am using AUTH keys btw - id_rsa and id_dsa.