OpenSSH_3.8.1p1 on Mac OS X
From: Sebastian Wieseler (geekheaven_at_arcor.de)
Date: 09/10/05
- Previous message: giany007_at_yahoo.com: "Re: SSH Tunnel logging only local ip's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 10 Sep 2005 23:04:51 +0200 To: secureshell@securityfocus.com
Hello guys, don't know if this is the right place, but maybe someone can
help me out.
$ ssh -vvv $my_server
OpenSSH_3.8.1p1, OpenSSL 0.9.7g 11 Apr 2005
debug1: Reading configuration data /etc/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to $my_server [$my_server] port $my_port.
debug1: Connection established.
debug1: identity file /Users/basti/.ssh/identity type -1
debug1: identity file /Users/basti/.ssh/id_rsa type -1
debug1: identity file /Users/basti/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version
OpenSSH_3.8.1p1 Debian-8.sarge.4
debug1: match: OpenSSH_3.8.1p1 Debian-8.sarge.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1
debug3: Trying to reverse map address $my_server.
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: An invalid name was supplied
Cannot determine realm for numeric host address
debug1: An invalid name was supplied
A parameter was malformed
Validation error
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator$
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator$
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator$
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator$
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
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
Write failed: Broken pipe
And the server only says to syslog:
sshd[4380]: debug1: Forked child 4381.
sshd[4381]: Connection from $my_child port 49324
sshd[4381]: debug1: Client protocol version 2.0; client software version
OpenSSH_3.8.1p1
sshd[4381]: debug1: match: OpenSSH_3.8.1p1 pat OpenSSH*
sshd[4381]: debug1: Enabling compatibility mode for protocol 2.0
sshd[4381]: debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1
Debian-8.sarge.4
sshd[4381]: fatal: Timeout before authentication for $my_client
sshd[4381]: debug1: do_cleanup
sshd[4381]: debug1: PAM: cleanup
This error occours only while my_client=Mac OS X and my_server=Debian
GNU/Linux; the server answers any other session from elsewhere.
But the strange thing is, that a ssh-session from Mac OS X to $the_world
works fine. :-/
Thanks for helping me out
Sebastian Wieseler
-- | kickino.org || savannah.gnu.org || gnu.org || forkbomb.ch | <hansmi> [23:11:45] <ReJ> Matrox has a history of pasting new features onto old chips. <hansmi> [23:12:06] <jbevren> they also have a history of not fixing what's not broke :)
- Previous message: giany007_at_yahoo.com: "Re: SSH Tunnel logging only local ip's"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|