ssh using compression closes connection
From: 1.21 Giga Watts (giga_watts@yahoo.com)
Date: 02/24/03
- Next message: John Oliver: "Re: Logging in with SSH and winbind / NIS"
- Previous message: Dustin Hoff: "Re: ssh as replacement for PPTP?"
- Next in thread: John Doe: "Re: ssh using compression closes connection"
- Reply: John Doe: "Re: ssh using compression closes connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: giga_watts@yahoo.com (1.21 Giga Watts) Date: 24 Feb 2003 10:33:25 -0800
Greetings!
I am attempting to connect using compression to an HPUX 10.20 system
running OpenSSH v3.5p1. I am able to connect without the -C option
just fine (ssh -l user ipaddress) but when I connect using -C it
breaks when it starts the interactive session. I am able to ssh -C
OUT of the box just fine...
Anyone have any suggestions on what might be causing my grief?
Here are the ssh -v outputs for the compressed session:
# /usr/local/bin/ssh -vC als3
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090607f
debug1: Reading configuration data /usr/local/etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to als3 [192.206.158.15] 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 1.99, remote software version
OpenSSH_3.5p1
debug1: match: OpenSSH_3.5p1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.5p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 zlib
debug1: kex: client->server aes128-cbc hmac-md5 zlib
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: dh_gen_key: priv key bits set: 131/256
debug1: bits set: 1622/3191
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'als3' is known and matches the RSA host key.
debug1: Found key in /.ssh/known_hosts:5
debug1: bits set: 1639/3191
debug1: ssh_rsa_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: Enabling compression at level 6.
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is publickey
debug1: try privkey: /.ssh/identity
debug1: try privkey: /.ssh/id_rsa
debug1: try pubkey: /.ssh/id_dsa
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is keyboard-interactive
debug1: authentications that can continue:
publickey,password,keyboard-interactive
debug1: next auth method to try is password
root@als3's password:
debug1: ssh-userauth2 successful: method password
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: channel_free: channel 0: client-session, nchannels 1
Connection to als3 closed by remote host.
Connection to als3 closed.
debug1: Transferred: stdin 0, stdout 0, stderr 71 bytes in 1.8 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 40.4
debug1: Exit status -1
debug1: compress outgoing: raw data 675, compressed 587, factor 0.87
debug1: compress incoming: raw data 153, compressed 78, factor 0.51
Thanks in advance,
GW
- Next message: John Oliver: "Re: Logging in with SSH and winbind / NIS"
- Previous message: Dustin Hoff: "Re: ssh as replacement for PPTP?"
- Next in thread: John Doe: "Re: ssh using compression closes connection"
- Reply: John Doe: "Re: ssh using compression closes connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|