in reply to Re: how stop ssh prompt for password
in thread how stop ssh prompt for password

Net::SSH. UPDATE: I thought I typed the 2. Honestly, I didn't spend much time on the post.

-Paul

Replies are listed 'Best First'.
Re^3: how stop ssh prompt for password
by tachyon-II (Chaplain) on Jun 21, 2008 at 04:07 UTC

    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.