From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 21:58: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 A6EA216A4B3 for ; Tue, 16 Sep 2003 21:58:14 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE84443F75 for ; Tue, 16 Sep 2003 21:58:13 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h8H4w8DK089977; Tue, 16 Sep 2003 23:58:08 -0500 (CDT) (envelope-from dan) Date: Tue, 16 Sep 2003 23:58:08 -0500 From: Dan Nelson To: Mike Hogsett Message-ID: <20030917045808.GE48979@dan.emsphone.com> References: <200309162128.h8GLSLFv003284@quarter.csl.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309162128.h8GLSLFv003284@quarter.csl.sri.com> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Skey Login, telnet & ssh 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: Wed, 17 Sep 2003 04:58:14 -0000 In the last episode (Sep 16), Mike Hogsett said: > I have enabled the skey one time passwords login feature to allow telnet > access to a machine. Is there a way to require the skey login for telnet > but not for ssh? On 5.x, try commenting out the opie lines in /etc/pam.d/ssh. On 4.x, try adding "ChallengeResponseAuthentication No" to your ssh config file. This may work on 5 too. -- Dan Nelson dnelson@allantgroup.com