Re: [Ssh-sftp-perl-users] ssh with public keys?
Brought to you by:
dbrobins
From: Dave R. <au...@ur...> - 2004-06-02 21:56:47
|
On Wed, 2 Jun 2004, Shapiro, David wrote: > Is there a way to have Net::SSH::Perl run using the public key with no > passphrase I set up? > > i tried commenting out login, but that did not work. I tried just using > $ssh->login($user), but that fails too. Is there some way I have to set up > the new object to allow me to use public key/no passphrase logins? Check out the identity_files option which can be passed to the new() method. I think that will do what you want. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ |