From owner-freebsd-questions@FreeBSD.ORG Tue Sep 10 20:00:26 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6AD62CFC for ; Tue, 10 Sep 2013 20:00:26 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from mail-la0-x22f.google.com (mail-la0-x22f.google.com [IPv6:2a00:1450:4010:c03::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E2B4C2783 for ; Tue, 10 Sep 2013 20:00:25 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id eo20so6519667lab.6 for ; Tue, 10 Sep 2013 13:00:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ui+ARQWOEEk4x1Cih0QG6DcGzz7Vs8eGeBM1t3e9xOA=; b=V93xTvVdTPcV8pTCKYP0AZUe7CzBEQEQmD/5jDfzMT/M++WcO1KdxqEz/+xj347MM6 W72ngDCfDVeSXJlSWUHY528+7EWVLr2Ss9rs/r16WJg/A2VY87NNa8j1OfRSI6fhIC/K EcLwlwFu0GU8BcpOBNhOx3PWAyDiz40WWAFTMMKmEtMXtv2MOi739Y0TYNqvxWJub6Gm 6BG7fHwx13ErdKDeZWc4I+dstQfbFUo4otsVWx8XFi4qQLFyAZLtr4rS7KQxKCg/iJ3Q J4nmUEioMM9B0YO2wAfAQUyEQPthkOXp5OdRiytJ0+ZZbhe0AG99UvkMsrWyrvcu93Ne guGQ== MIME-Version: 1.0 X-Received: by 10.112.161.105 with SMTP id xr9mr2547516lbb.40.1378843223971; Tue, 10 Sep 2013 13:00:23 -0700 (PDT) Received: by 10.114.175.83 with HTTP; Tue, 10 Sep 2013 13:00:23 -0700 (PDT) Date: Tue, 10 Sep 2013 13:00:23 -0700 Message-ID: Subject: HPN, nonecipher in 8.4 From: javocado To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Sep 2013 20:00:26 -0000 I have some questions about HPN and ssh, specifically: - does 8.4-RELEASE have HPN ssh built in by default? - if the only reason I ever installed openssh-portable port was to get HPN, is there any reason to add that port anymore on 8.4? - if I would like to still use nonecipher, what is the easiest way to get it, given a stock, standard 8.4-RELEASE install? Thanks