Re: [Ssh-sftp-perl-users] Help using Net::SSH::Perl with automatic authentication
Brought to you by:
dbrobins
From: Salvador F. <sfa...@ya...> - 2011-12-12 16:33:50
|
>________________________________ > From: Eduardo Ramírez Acosta <er...@gm...> >To: Steve Phillips <st...@fo...> >Cc: ssh...@li... >Sent: Monday, December 12, 2011 5:20 PM >Subject: Re: [Ssh-sftp-perl-users] Help using Net::SSH::Perl with automatic authentication > > >... > >machine: Trying pubkey authentication with key file '(home)/.ssh2/id_rsa_2048_a' >machine: Will not query passphrase for '(home)/.ssh2/id_rsa_2048_a' in batch mode. > Disable batch mode calling the constructor with... interactive => 1 |