Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

openssh 3.18.1 on Solaris 8: sftp connection closed

807559Nov 14 2005 — edited Nov 23 2005
Hi, to setup a secure environment for file transfer, I have installed the following packages in my solaris 8.
- openssh-3.8
- openssl-0.9.7d-Solaris8-local
- prngd-0.9.26-Solaris8-local
- tcpwrappers-7.6-Solaris8-local
- zlib-1.2.1-Solaris8-local

I do not have any problem with SSH but I kept getting Connection Closed when I tried to sftp or scp into my Solaris 8. I have verified the user info is correct but have really no idea what is the problem. Following is the debug output from a windows client to my solaris 8:

C:\>sftp -v testuser@172.18.5.100
Connecting to 172.18.5.100...
OpenSSH_3.8.1p1, OpenSSL 0.9.7d 17 Mar 2004
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 172.18.5.100 [172.18.5.100] port 22.
debug1: Connection established.
debug1: identity file /home/derrence/.ssh/id_rsa type -1
debug1: identity file /home/derrence/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_3.8.1p1
debug1: match: OpenSSH_3.8.1p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1
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(1024<1024<8192) 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 '172.18.5.100' is known and matches the RSA host key.
debug1: Found key in /home/derrence/.ssh/known_hosts:1
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-interacti
ve
debug1: Next authentication method: publickey
debug1: Trying private key: /home/derrence/.ssh/id_rsa
debug1: Trying private key: /home/derrence/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interacti
ve
debug1: Next authentication method: password
testuser@172.18.5.100's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending subsystem: sftp
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.1 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 137


It exited with a Status 137. Can anyone advice on this problem? I've trying to google around but to no avail. pls help. thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 21 2005
Added on Nov 14 2005
4 comments
665 views