From owner-freebsd-hackers@FreeBSD.ORG Thu May 4 19:41:06 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1266616A43B for ; Thu, 4 May 2006 19:41:06 +0000 (UTC) (envelope-from listas@itm.net.br) Received: from venom.itm.net.br (venom.itm.net.br [201.30.187.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F1D743D58 for ; Thu, 4 May 2006 19:41:00 +0000 (GMT) (envelope-from listas@itm.net.br) Received: (qmail 52529 invoked by uid 89); 4 May 2006 19:39:40 -0000 Received: by simscan 1.2.0 ppid: 52524, pid: 52525, t: 0.2585s scanners: attach: 1.2.0 clamav: 0.88/m:38/d:1425 spam: 3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on venom.itm.net.br X-Spam-Level: X-Spam-Status: No, score=-3.9 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 Received: from ironman.fsonline.com.br (HELO ironman) (201.30.187.70) by venom.itm.net.br with SMTP; 4 May 2006 19:39:40 -0000 Message-ID: <00fb01c66fb2$a8e157c0$0501010a@ironman> From: "Cesar" To: Date: Thu, 4 May 2006 16:40:55 -0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 X-Antivirus: avast! (VPS 0618-2, 04/05/2006), Outbound message X-Antivirus-Status: Clean Subject: Fingerprint Authentication X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 May 2006 19:41:06 -0000 Hello, I was wondering if there are any way to do ssh to a freebsd box and authenticate the user via fingerprint, and/or a module to do http autentication via fingerprint on Apache. Thanks