From owner-freebsd-questions@FreeBSD.ORG Tue Sep 10 21:27:04 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 8120C157 for ; Tue, 10 Sep 2013 21:27:04 +0000 (UTC) (envelope-from joh.hendriks@gmail.com) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3EF2D6A for ; Tue, 10 Sep 2013 21:27:04 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id q14so5343122vbe.41 for ; Tue, 10 Sep 2013 14:27:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=E8+mROpC7hN6BoZJt2KWi/6qHT5WtSoeCQbv4U/NoaY=; b=OKvmMfqF2XBpyIELDrBRNX7HVMpo/uxTrW7X4/Fa0aZ4KcXWncdlE8Cwy7yvmb9xsn f6TJOEdzTlykpKhhL4QxNJxfk7JzsNw60og4jWBXa2iQtIuRqmwzgzYIft7JKw/VnKKN S4dWxwxZM588SgMRPL3S1vbtj3dIvDuVNgw0AcBPL/4lXRvBLMFx6tLojE93s0IYGmGy TD6irooJxWnGfBH6aFvTzCiVT853vXS3iHat+Lu7otVz6hJa5xcYz8SyUecni0mkSRe3 rQojFYlJTe7wRccelG3Lhpp/S8gxJrBS5K5T0TB5n+ChncscddthmNXl8fSA5Q+of8sw XMZA== MIME-Version: 1.0 X-Received: by 10.58.100.234 with SMTP id fb10mr24760677veb.5.1378848422778; Tue, 10 Sep 2013 14:27:02 -0700 (PDT) Received: by 10.58.128.138 with HTTP; Tue, 10 Sep 2013 14:27:02 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Sep 2013 23:27:02 +0200 Message-ID: Subject: Re: HPN, nonecipher in 8.4 From: Johan Hendriks To: javocado Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions 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 21:27:04 -0000 Op dinsdag 10 september 2013 schreef javocado (javocado@gmail.com): > 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 You need to set the following in /etc/src.conf for the nonecipher *WITH**_**OPENSSH**_**NONE**_**CIPHER=yes* * * I think there is an option to rebuild only the ssh stuff without a whole buildworld. I do not know how however. Man src.conf give you some more hints on this http://www.freebsd.org/cgi/man.cgi?query=src.conf&apropos=0&sektion=0&manpath=FreeBSD+8.4-stable&arch=default&format=html Regards Johan Sorry for the bad layout, an ipad is not something I get used to regarding copy/paste, lettertype and size and so on. _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org " >