in reply to how stop ssh prompt for password

What do you have so far? It'll be far easier to help you if we know how you're approaching the problem than just flying blind here.

Replies are listed 'Best First'.
Re^2: how stop ssh prompt for password
by jettero (Monsignor) on Jun 20, 2008 at 22:49 UTC
    Net::SSH. UPDATE: I thought I typed the 2. Honestly, I didn't spend much time on the post.

    -Paul

      Actually Net::SSH won't let you input a password. Number one item on the FAQ in it's docs FWIW. It expects you to use shared keys for passwordless login. You can use Net::SSH::Expect, Net::SSH2 or Net::SSH::Perl which will let you programatically input a password.