All Forums |
Register |
Login |
Search |
Subscriptions |
My Profile |
Inbox |
Tool Warehouse |
FAQs |
Resources |
Help |
Member List |
Address Book |
Logout |
|
|
openssh-3.9.0.1 (scp, sftp)
|
Logged in as: Guest |
Users viewing this topic: none |
|
Login  |
|
|
openssh-3.9.0.1 (scp, sftp) - Dec. 18, '04, 12:16:52 PM
|
|
|
peach
Posts: 24
Joined: Jan. 29, '04,
Status: offline
|
When connecting to a Solaris 5.9 host using the latest openssh I am receiving a "lost connection" message.
This has been working fine for a long time now and if I roll back to openssh-3.8.0.1.2 all is well again.
Any idea what has changed in openssh-3.9.0.1 that would be causing this?
Any info that I can provide that would help?
I can provide an account on the sun box if it would help.
Later, Peach
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Dec. 18, '04, 3:52:26 PM
|
|
|
Rodney
Posts: 2916
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
When does the "lost connection" happen in the sequence of connection to the Sun machine?
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Dec. 19, '04, 9:58:21 AM
|
|
|
peach
Posts: 24
Joined: Jan. 29, '04,
Status: offline
|
Apparently very early on the program actually core's out.
I can send the core if you are interested....
Just a point of reference the sun box has not been changed or updated in probably a year.
Here's the debug output.
$ scp -v openssh-3.9.0.1-bin.tgz sunblade:
Executing: program /usr/local/bin/ssh host sunblade, user (unspecified), command scp -v -t .
lost connection
$ scp -v openssh-3.9.0.1-bin.tgz epeach@sunblade:
Executing: program /usr/local/bin/ssh host sunblade, user epeach, command scp -v -t .
lost connection
Later, Peach
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Dec. 19, '04, 10:03:45 AM
|
|
|
peach
Posts: 24
Joined: Jan. 29, '04,
Status: offline
|
Debug out but for 3.8.0.1.2-bin version
With user name:
$ scp -v openssh-3.8.0.1.2-bin.tgz epeach@sunblade:
Executing: program /usr/local/bin/ssh host sunblade, user epeach, command scp -v -t .
OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to sunblade [192.168.1.110] port 22.
debug1: Connection established.
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type 1
debug1: identity file /.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.0
debug1: match: Sun_SSH_1.0 pat Sun_SSH_1.0*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'sunblade' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Offering public key: /.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 149
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t .
Sending file modes: C0700 2584937 openssh-3.8.0.1.2-bin.tgz
openssh-3.8.0.1.2-bin.tgz 100% 2524KB 2.5MB/s 00:01
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 1.2 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
Without user name:
$ scp -v openssh-3.8.0.1.2-bin.tgz sunblade:
Executing: program /usr/local/bin/ssh host sunblade, user (unspecified), command scp -v -t .
OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Connecting to sunblade [192.168.1.110] port 22.
debug1: Connection established.
debug1: identity file /.ssh/identity type -1
debug1: identity file /.ssh/id_rsa type 1
debug1: identity file /.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.0
debug1: match: Sun_SSH_1.0 pat Sun_SSH_1.0*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'sunblade' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:2
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/identity
debug1: Offering public key: /.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 149
debug1: read PEM private key done: type RSA
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -t .
Sending file modes: C0700 2584937 openssh-3.8.0.1.2-bin.tgz
openssh-3.8.0.1.2-bin.tgz 100% 2524KB 2.5MB/s 00:01
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 1.0 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0
Later, Peach
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Jan. 12, '05, 12:59:15 AM
|
|
|
Rodney
Posts: 2916
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
Digging back through the posting and found this looking like it
might still be open. There have been a few updates to openssh
that I don't see as addressing this posting. Does the latest (at this
time 3.9.0.1.4) still do the same with the Solaris box ?
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Mar. 14, '05, 11:50:57 AM
|
|
|
peach
Posts: 24
Joined: Jan. 29, '04,
Status: offline
|
Well I have been away for a while.
I just built out new laptop downloaded & installed all of the current software & ran into this again(or still) with the latest release.
Again if I roll back to the older version all is fine.
Any ideas? Need more info?
Later, Peach
|
|
|
RE: openssh-3.9.0.1 (scp, sftp) - Mar. 14, '05, 1:49:05 PM
|
|
|
Rodney
Posts: 2916
Joined: Jul. 9, '02,
From: /Tools lab
Status: offline
|
Just for clarity (on my part) is this the sequence of events still?
1) At Interix shell prompt
2) Run scp 3.9.x.x from Interix shell to connect to Sun box.
3) Debug (-v) output is not a lot (as shown in posting 3 above).
3) Then scp 3.9.x.x on Interix dumps core.
What's the byte size of the core file?
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
|
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|
|