Skip Menu |

This queue is for tickets about the Net-SFTP CPAN distribution.

Report information
The Basics
Id: 20153
Status: rejected
Priority: 0/
Queue: Net-SFTP

People
Owner: Nobody in particular
Requestors: swm_sg [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.10
Fixed in: (no value)



Subject: Problems with WINSSHD 3.09
testserver: Reading configuration data /root/.ssh/config testserver: Reading configuration data /etc/ssh_config testserver: Allocated local port 1023. testserver: Connecting to windows_2000, port 22. testserver: Remote protocol version 2.0, remote software version 1.33 sshlib: WinSSHD 3.09 testserver: Net::SSH::Perl Version 1.25, protocol version 2.0. testserver: No compat match: 1.33 sshlib: WinSSHD 3.09 testserver: Connection established. testserver: Sent key-exchange init (KEXINIT), wait response. testserver: Algorithms, c->s: 3des-cbc hmac-sha1 none testserver: Algorithms, s->c: 3des-cbc hmac-sha1 none testserver: Entering Diffie-Hellman Group 1 key exchange. testserver: Sent DH public key, waiting for reply. testserver: Received host key, type 'ssh-dss'. testserver: Host 'windows_2000' is known and matches the host key. testserver: Computing shared secret key. testserver: Verifying server signature. testserver: Waiting for NEWKEYS message. testserver: Enabling incoming encryption/MAC/compression. testserver: Send NEWKEYS, enable outgoing encryption/MAC/compression. testserver: Sending request for user-authentication service. testserver: Service accepted: ssh-userauth. testserver: Trying empty user-authentication request. testserver: Authentication methods that can continue: publickey,password. testserver: Next method to try is publickey. testserver: Next method to try is password. testserver: Trying password authentication. testserver: Login completed, opening dummy shell channel. testserver: channel 0: new [client-session] testserver: Requesting channel_open for channel 0. testserver: channel 0: open confirm rwindow 130048 rmax 130048 testserver: Got channel open confirmation, requesting shell. testserver: Requesting service shell on channel 0. testserver: channel 1: new [client-session] testserver: Requesting channel_open for channel 1. testserver: Sending subsystem: sftp testserver: Requesting service subsystem on channel 1. testserver: channel 1: open confirm rwindow 130048 rmax 130048 testserver: sftp: Sending SSH2_FXP_INIT testserver: sftp: Remote version: 2 testserver: sftp: Sent message T:11 I:0 Connection closed at /tmp/test.pl line 14
Looks like a server issue - if you can't get Net::SFTP to work, try the SFTP subsystem of Net::SSH2. If you can document the issue and submit a clear minimal patch I'll take it, otherwise Net::SFTP is maintenance and critical bugs only.