Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2004 09:31:10 -0800
From:      Randy Bush <randy@psg.com>
To:        des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=)
Cc:        freebsd-current@freebsd.org
Subject:   Re: Breakage in X11 over ssh tunnel
Message-ID:  <20040305173111.A9E7E43D31@mx1.FreeBSD.org>
References:  <c23gu9$1fm4$1@kemoauc.mips.inka.de> <20040303225951.6647E5D07@ptavv.es.net> <20040304162258.C1E5043D49@mx1.FreeBSD.org> <xzpoerbk2gi.fsf@dwp.des.no> <20040305133500.79C559B54F@dsa.des.no> <xzpllmfic0r.fsf@dwp.des.no>

next in thread | previous in thread | raw e-mail | index | archive | help
> Maybe keyboard-interactive defaults to off in the ssh.com client?

i smell pam.  here is debug output from sshd -d -p 8022

# sshd -p 8022 -d
debug1: sshd version OpenSSH_3.8p1 FreeBSD-20040226
debug1: read PEM private key done: type DSA
debug1: private host key: #0 type 2 DSA
debug1: Bind to port 8022 on 0.0.0.0.
Server listening on 0.0.0.0 port 8022.
debug1: Server will not fork when running in debugging mode.
debug1: res_init()
Connection from 24.5.37.12 port 3054
debug1: Client protocol version 1.99; client software version 3.0.0 SSH Secure Shell for Windows
debug1: match: 3.0.0 SSH Secure Shell for Windows pat 3.0.*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8p1 FreeBSD-20040226
debug1: permanently_set_uid: 65534/65534
debug1: list_hostkey_types: ssh-dss
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: expecting SSH2_MSG_KEXDH_INIT
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: KEX done
debug1: userauth-request for user tims service ssh-connection method none
debug1: attempt 0 failures 0
debug1: PAM: initializing for "tims"
debug1: PAM: setting PAM_RHOST to "c-24-5-37-12.client.comcast.net"
Failed none for tims from 24.5.37.12 port 3054 ssh2
Received disconnect from 24.5.37.12: 14: No further authentication methods available.
debug1: do_cleanup
debug1: PAM: cleanup
debug1: do_cleanup
debug1: PAM: cleanup



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040305173111.A9E7E43D31>