scp fails between hp-ux and aix

From: Hicks,Rodger (Rodger.Hicks_at_fhlbny.com)
Date: 05/05/05

  • Next message: Price, Christopher: "RE: Login Attempt Limits"
    Date: Thu, 5 May 2005 15:17:37 -0400
    To: <secureshell@securityfocus.com>
    
    

    Can anyone help with this?  I'm trying to scp from an HP-UX box to an AIX box.  It works when I scp from AIX to HP-UX but not the other way around.  Both are running OpenSSH 3.7.1p2.  It offers up the public key, then closes the connection without sending the file.  Any ideas?  Here's the debug info....

    unixd1:root:/.ssh> scp -v /tmp/myfile unixead2:/tmp
    Executing: program /opt/ssh/bin/ssh host unixead2, user (unspecified), command scp -v -t /tmp
    OpenSSH_3.7.1p2-pwexp26, SSH protocols 1.5/2.0, OpenSSL 0.9.7c 30 Sep 2003
    HP-UX_Secure_Shell-A.03.71.000, HP_UX Secure Shell version
    debug1: Reading configuration data /opt/ssh/etc/ssh_config
    debug1: Connecting to unixead2 [10.2.200.55] port 22.
    debug1: Connection established.
    debug1: identity file /.ssh/id_rsa type -1
    debug1: identity file /.ssh/id_dsa type 2
    debug1: Remote protocol version 1.99, remote software version OpenSSH_3.7.1p2
    debug1: match: OpenSSH_3.7.1p2 pat OpenSSH*
    debug1: Enabling compatibility mode for protocol 2.0
    debug1: Local version string SSH-2.0-OpenSSH_3.7.1p2-pwexp26
    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: SSH2_MSG_KEX_DH_GEX_REQUEST sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
    debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
    debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
    debug1: Host 'unixead2' is known and matches the RSA host key.
    debug1: Found key in /.ssh/known_hosts:3
    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,keyboard-interactive
    debug1: Next authentication method: publickey
    debug1: Trying private key: /.ssh/id_rsa
    debug1: Offering public key: /.ssh/id_dsa
    Connection closed by 10.2.200.55
    debug1: Calling cleanup 0x400165c2(0x0)
    lost connection
    unixd1:root:/.ssh> ls -al

    Thanks, Rodger

    Confidentiality Notice: The information contained in this e-mail and any attachments (including, but not limited to, any attached e-mails) may be legally privileged and confidential. If you are not an intended recipient, you are hereby notified that any dissemination, distribution or copying of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify the sender and permanently delete the e-mail and any attachments immediately. You should not retain, copy or use this e-mail or any attachment for any purpose, nor disclose all or any part of the contents to any other person. Thank you.


  • Next message: Price, Christopher: "RE: Login Attempt Limits"

    Relevant Pages