From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 17:32:33 2004 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 20EB616A4CE for ; Mon, 11 Oct 2004 17:32:33 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B42B43D31 for ; Mon, 11 Oct 2004 17:32:31 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 2203 invoked from network); 11 Oct 2004 17:32:31 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.no-ip.com) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Oct 2004 17:32:31 -0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id B2DD4E; Mon, 11 Oct 2004 13:32:30 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Gene Bomgardner" References: From: Lowell Gilbert Date: 11 Oct 2004 13:32:30 -0400 In-Reply-To: Message-ID: <443c0lrwi9.fsf@be-well.ilk.org> Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: SSH and one time passwords 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, 11 Oct 2004 17:32:33 -0000 "Gene Bomgardner" writes: > I've implemented S/Key on my 5.2.1 system. It works well with telnet, > but ssh just bypasses the whole thing and accepts the Unix > password. How can I get ssh to recognize and use S/Key auth? I don't > see any entry in sshd_config nor in the handbook. I don't have a 5.x system available, but I'd think you would need to tell pam (via pam.conf(5)?) about requiring it...