in reply to Ignoring ssh login request?

OpenSSH has the Batchmode option (-o Batchmode=yes) which disables interactive prompts. Also look at using Net::SSH:Perl to gain more control of your ssh'ing.

Later

Replies are listed 'Best First'.
Re: Re: Ignoring ssh login request?
by monk_wannabe (Initiate) on Feb 12, 2004 at 18:50 UTC
    I didn't know about the Batchmode, and actually, disabling the PasswordAuthentication on the client side worked. I have had problems compiling Net::SSH::Perl (actually some of the dependent modules), so as much as I would like to use it, it have been unable to.
    - I know nothing....