[Ssh-sftp-perl-users] Has anyone got the user/password authenication method to work?
Brought to you by:
dbrobins
From: <BT...@mb...> - 2005-07-28 21:54:50
|
When I specify a user and password the module gets a error " Permission denied .... line 38" trying to create a new contruct for Net::SSH::Perl It never seems to even try the keyboard auth mode ????????/ output ............. linuxweb1: Reading configuration data /etc/ssh_config linuxweb1: Allocated local port 1023. linuxweb1: Connecting to 10.10.16.27, port 22. linuxweb1: Remote protocol version 2.0, remote software version OpenSSH_3.9p1 Debian-1ubuntu2 linuxweb1: Net::SSH::Perl Version 1.25, protocol version 2.0. linuxweb1: No compat match: OpenSSH_3.9p1 Debian-1ubuntu2. linuxweb1: Connection established. linuxweb1: Sent key-exchange init (KEXINIT), wait response. linuxweb1: Algorithms, c->s: 3des-cbc hmac-sha1 none linuxweb1: Algorithms, s->c: 3des-cbc hmac-sha1 none linuxweb1: Entering Diffie-Hellman Group 1 key exchange. linuxweb1: Sent DH public key, waiting for reply. linuxweb1: Received host key, type 'ssh-dss'. linuxweb1: Host '10.10.16.27' is known and matches the host key. linuxweb1: Computing shared secret key. linuxweb1: Verifying server signature. linuxweb1: Waiting for NEWKEYS message. linuxweb1: Enabling incoming encryption/MAC/compression. linuxweb1: Send NEWKEYS, enable outgoing encryption/MAC/compression. linuxweb1: Sending request for user-authentication service. linuxweb1: Service accepted: ssh-userauth. linuxweb1: Trying empty user-authentication request. linuxweb1: Authentication methods that can continue: publickey,keyboard-interactive. linuxweb1: Next method to try is publickey. Permission denied at /usr/lib/perl5/vendor_perl/5.8.6/Net/SFTP.pm line 38 |