in reply to Perl Net::SFTP::Foreign password authentication . No key exchange setup can be done
If that doesn't work, enable debugging for both the module and ssh and post here the output:my $sftp = Net::SFTP::Foreign->new($host, user => $user, password => $password);
$Net::SFTP::Foreign::debug =-1; my $sftp = Net::SFTP::Foreign->new($host, user => $user, password => $password, more => '-vvv');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Perl LDAP Search - To return total number of people from an LDAP group
by Yedu (Acolyte) on Jun 27, 2016 at 18:40 UTC | |
by salva (Canon) on Jun 27, 2016 at 18:55 UTC |