From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 01:20:49 2005 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 215DD16A4CE for ; Mon, 7 Mar 2005 01:20:49 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 812A643D1D for ; Mon, 7 Mar 2005 01:20:48 +0000 (GMT) (envelope-from danie.dutoit@gmail.com) Received: by wproxy.gmail.com with SMTP id 37so983857wra for ; Sun, 06 Mar 2005 17:20:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=PGxBGDX2Ce7BdPBkf5RZGdTjtzSSxU/fV5RLi3efk7YZr4MIrvBwH/GoVNr9hwrHggiWdWzNzP+RS0SH1sMEZ4uv9nzOFthDcwncL0/OfmHrd+PevA9v73lLxbK7BK14gvUaHvkD/0Vwm3SA2h9Oopo+vimYBzuYhqWS9D2vLFg= Received: by 10.54.65.8 with SMTP id n8mr87425wra; Sun, 06 Mar 2005 17:20:47 -0800 (PST) Received: by 10.54.44.24 with HTTP; Sun, 6 Mar 2005 17:20:47 -0800 (PST) Message-ID: <8af8258905030617207f4be393@mail.gmail.com> Date: Sun, 6 Mar 2005 20:20:47 -0500 From: Danie Du Toit To: FreeBSD-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: sshd - public key vs keyboard interactive authentication X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danie Du Toit List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 01:20:49 -0000 5.3 with OpenSSH. Using public key authentication: I generated/converted my keys - all set, I can ssh to the box using the keys (no user authentication, I get logged in) Using password authentication: I can still ssh using interactive keyboard password authentication (without using public/private keys). So, my questions: 1. How do I disable password authentication - i.e. force to use the DSA keys? 2. Can I use both for added security - i.e. using the keys and then get prompted for password? Any help appreciated - thanks