RE: [Ssh-sftp-perl-users] Login using username and password
Brought to you by:
dbrobins
|
From: Miky J <mi...@ya...> - 2006-02-24 16:26:32
|
Yes it does support username and password: $ssh = Net::SSH::Perl->new($host, PreferredAuthentications=>'password'); $ssh->login($login, $password); --- Bobby Jafari <bob...@se...> a écrit : > Hi All, > > > > I am trying to use the Net:SSH2 module but don't > want to use RSA key for > authentication. From looking at the documentation, > It doesn't seem to > support username:password authentication. > > > > Have I misread the docs? Does the module support > username:password > authentication? > > > > Any tips and suggestion would be welcome? > > > > Regards > > Bobby > > > > ___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs exceptionnels pour appeler la France et l'international. Téléchargez sur http://fr.messenger.yahoo.com |