From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 23:04:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 19F5637B401 for ; Sun, 13 Apr 2003 23:04:14 -0700 (PDT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E777743FDD for ; Sun, 13 Apr 2003 23:04:12 -0700 (PDT) (envelope-from andrew.thomson@itouch.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 194xID-000P4q-00 for freebsd-questions@freebsd.org; Mon, 14 Apr 2003 16:18:13 +1000 X-TLS: TLSv1:DES-CBC3-SHA:168 athomson.prv.au.itouchnet.net -> mx1.au.itouchnet.net Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 194xIC-000P4j-00 for freebsd-questions@freebsd.org; Mon, 14 Apr 2003 16:18:13 +1000 Received: from ajt by athomson.prv.au.itouchnet.net with local (Exim 4.12) id 194x41-00082R-00 for freebsd-questions@freebsd.org; Mon, 14 Apr 2003 16:03:33 +1000 Date: Mon, 14 Apr 2003 16:03:33 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org Message-ID: <20030414060333.GB30496@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 96396-1050301093-66305@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: freebsd 4.8 ssh access woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2003 06:04:14 -0000 Have a problem with ssh'ing to my recently installed 4.8 RELEASE box. >From another unix box I can ssh in fine. It appears that the putty clients are the ones having problems.. >From my tests, whenever someone tries to ssh in using protocol 1, is when logins are rejected. For the record, I am also using pam_ldap for storing the passwords. If I change the putty client to use ssh2, they can log on fine.. however I'm just curious as to why they can no longer log on using ssh1. ajt.