Error using perl Net::SFTP module

B

Brian Drust

After installing of the pre reqs for this module I finally got my
script to compile. Now when I attempt to connect to a server outside
my PIX firewall I am getting thefollowing debug. Both of these server
are running Solaris and I can run a command line SFTP just fine.
Below is the debug output. Can anyone shed any light on what my be
the cause of this error?

Reading configuration data /apps/fut/home/gmi_oper/.ssh/config
nsc38n02: Reading configuration data /etc/ssh_config
nsc38n02: Connecting to nss20n02, port 22.
nsc38n02: Remote protocol version 2.0, remote software version
OpenSSH_3.7.1p2
nsc38n02: Net::SSH::perl Version 1.23, protocol version 2.0.
nsc38n02: No compat match: OpenSSH_3.7.1p2.
nsc38n02: Connection established.
nsc38n02: Sent key-exchange init (KEXINIT), wait response.
nsc38n02: Algorithms, c->s: 3des-cbc hmac-sha1 none
nsc38n02: Algorithms, s->c: 3des-cbc hmac-sha1 none
nsc38n02: Entering Diffie-Hellman Group 1 key exchange.
nsc38n02: Sent DH public key, waiting for reply.
nsc38n02: Received host key, type 'ssh-dss'.
nsc38n02: Host 'nss20n02' is known and matches the host key.
nsc38n02: Computing shared secret key.
nsc38n02: Verifying server signature.
nsc38n02: Waiting for NEWKEYS message.
nsc38n02: Enabling incoming encryption/MAC/compression.
nsc38n02: Send NEWKEYS, enable outgoing encryption/MAC/compression.
nsc38n02: Sending request for user-authentication service.
nsc38n02: Service accepted: ssh-userauth.
nsc38n02: Trying empty user-authentication request.
nsc38n02: Authentication methods that can continue:
publickey,password,keyboard-interactive.
nsc38n02: Next method to try is publickey.
nsc38n02: Next method to try is password.
nsc38n02: Trying password authentication.
nsc38n02: Login completed, opening dummy shell channel.
nsc38n02: channel 0: new [client-session]
nsc38n02: Requesting channel_open for channel 0.
nsc38n02: channel 0: open confirm rwindow 0 rmax 32768
nsc38n02: Got channel open confirmation, requesting shell.
nsc38n02: Requesting service shell on channel 0.
nsc38n02: channel 1: new [client-session]
nsc38n02: Requesting channel_open for channel 1.
nsc38n02: Sending subsystem: sftp
nsc38n02: Requesting service subsystem on channel 1.
nsc38n02: channel 1: open confirm rwindow 0 rmax 32768
nsc38n02: channel 0: rcvd eof
nsc38n02: channel 0: output open -> drain
nsc38n02: channel 0: rcvd close
nsc38n02: channel 0: input open -> closed
nsc38n02: channel 0: close_read
Can't use an undefined value as a symbol reference at
/opt/perl/lib/5.00503/sun4-solaris/IO/Select.pm line 204.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top