From owner-freebsd-questions@FreeBSD.ORG Mon May 21 18:04:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 66CDF16A41F for ; Mon, 21 May 2007 18:04:40 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 23B7513C4B8 for ; Mon, 21 May 2007 18:04:39 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HqCF8-0008T7-SY for freebsd-questions@freebsd.org; Mon, 21 May 2007 20:04:27 +0200 Received: from i-195-137-57-126.freedom2surf.net ([195.137.57.126]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2007 20:04:26 +0200 Received: from matt by i-195-137-57-126.freedom2surf.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 21 May 2007 20:04:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Matt Bostock Date: Mon, 21 May 2007 18:04:14 +0000 (UTC) Lines: 16 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 195.137.57.126 (Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty)) Sender: news Subject: Can't get openssh-portable to use PAM X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 18:04:40 -0000 Hi all, I'm using security/openssh-portable to provide chroot-ssh, but would now also like to enable PAM for SSH so that I can take advantage of OPIE in certain scenarios. I've compiled openssh-portable with the PAM option (and something PAM-related flashes by during 'configure'), and have ChallengeResponseAuthentication and UsePAM set. When I run sshd in debug mode however, it claims that UsePAM is an unsupported option. I'm running /usr/sbin/sshd; I have overwrite-base enabled for openssh-portable. The machine is running FreeBSD 6.2. Any help is very much appreciated, Matt :-)