sftp loops Win32 platform

sftp loops Win32 platform

am 07.07.2006 18:28:23 von cdlvj

I did just notice, that the debug shows
Net::SSH::Perl Version 1.30, protocol, and I did change sftp.pm to use
Net::SSH::W32Perl.


PerlApp 6.0.2 build 203380
Copyright (C) 1998-2005 ActiveState Corp. All rights reserved.
ActiveState is a division of Sophos Plc.


C:\Public>sftp
WXPPro: Reading configuration data C:\Documents and
Settings\LE03964A/.ssh/co
nfig
WXPPro: Reading configuration data /etc/ssh_config
WXPPro: Connecting to ftp.frostbank.com, port 22.
WXPPro: Socket created, turning on blocking...
WXPPro: Remote version string: SSH-2.0-1.36 sshlib: GlobalScape

WXPPro: Remote protocol version 2.0, remote software version 1.36 sshlib:
Glo
balScape
WXPPro: Net::SSH::Perl Version 1.30, protocol version 2.0.
xpLjanda: No compat match: 1.36 sshlib: GlobalScape
WXPPro: Connection established.
WXPPro: Sent key-exchange init (KEXINIT), wait response.
WXPPro: Algorithms, c->s: 3des-cbc hmac-sha1 none
WXPPro: Algorithms, s->c: 3des-cbc hmac-sha1 none
WXPPro: Entering Diffie-Hellman Group 1 key exchange.
WXPPro: Sent DH public key, waiting for reply.
WXPPro: Received host key, type 'ssh-dss'.
WXPPro: Host 'ftp.domain.com' is known and matches the host key.
WXPPro: Computing shared secret key.
WXPPro: Verifying server signature.
WXPPro: Waiting for NEWKEYS message.
WXPPro: Enabling incoming encryption/MAC/compression.
WXPPro: Send NEWKEYS, enable outgoing encryption/MAC/compression.
WXPPro: Sending request for user-authentication service.
WXPPro: Service accepted: ssh-userauth.
WXPPro: Trying empty user-authentication request.
WXPPro: Authentication methods that can continue: publickey,password.
WXPPro: Next method to try is publickey.
WXPPro: Next method to try is password.
WXPPro: Trying password authentication.
WXPPro: Login completed, opening dummy shell channel.
WXPPro: channel 0: new [client-session]
WXPPro: Requesting channel_open for channel 0.
WXPPro: channel 0: open confirm rwindow 16384 rmax 16384
WXPPro: channel 1: new [client-session]
WXPPro: Requesting channel_open for channel 1.
WXPPro: Sending subsystem: sftp
WXPPro: Requesting service subsystem on channel 1.
WXPPro: channel 1: open confirm rwindow 16384 rmax 16384

Re: sftp loops Win32 platform

am 07.07.2006 18:40:03 von cdlvj

Looked at the debug, and it is calling the W32Perl, the message is wrong.