From owner-freebsd-questions@FreeBSD.ORG Thu Aug 21 20:57:12 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82B453FB for ; Thu, 21 Aug 2014 20:57:12 +0000 (UTC) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AE6E3692 for ; Thu, 21 Aug 2014 20:57:12 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id wn1so7895591obc.24 for ; Thu, 21 Aug 2014 13:57:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=L0nFfdY8OTS62Nw5KLUJPiM/moZWSzJw79MwK6ExUxc=; b=k0uVR6nq59+PmRPzunYs9FGpKvMnXdSWax5IQHiWL8mUUYHDMCmGTBI/Jwvm7Q81s6 KR89eAlkmB4GVR/OHUy6M+0axLTBqzIJ+6kVQ1HlXdxNtfSESwhGgXbHAozZ9DkqJkwE 9av37nex8lf2CeSEdkWUXmC/Bk011TdtaBgLHyU/OJUDj8ocJS20Ud3wEtazWIwYaPKC 9qNKR8ACcMkvrAKnzDAXYUUTL/TDBP3YR12GI4okWI0skH2UyIo8ZCDaO4d7xiUGUFpj 0KBFMLCJz9h0j5oIAM0BcTu1u7pD2Pctfq8emaBu0JDRCHmyL1/tg/Wn6XnNFjykrRw7 VHxQ== X-Gm-Message-State: ALoCoQkCnkmxtsJsowS/3BOrMVtAeS8ZcMA2YQwXTGQ2LVrkPawWz2DmC2t7t+34ZDEMt1Nl4mLd MIME-Version: 1.0 X-Received: by 10.182.27.5 with SMTP id p5mr1009624obg.42.1408654631693; Thu, 21 Aug 2014 13:57:11 -0700 (PDT) Received: by 10.60.120.37 with HTTP; Thu, 21 Aug 2014 13:57:11 -0700 (PDT) In-Reply-To: References: <53F59BD2.8010902@qeng-ho.org> Date: Thu, 21 Aug 2014 13:57:11 -0700 Message-ID: Subject: Re: Did /nonexistent go away in FreeBSD 9 ? From: Michael Sierchio To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 20:57:12 -0000 On Thu, Aug 21, 2014 at 1:45 PM, John Case wrote: > It is sshuttle. Super lightweight ssh tunnel app for creating a simple VPN. > Pretty stock, standard SSH tunnel. > > Again, works perfectly if securelevel is off, complains about /nonexistent > not being a real dir (and refuses to log in) if securelevel=2. The SSH version level got bumped in 9.2 (IIRC) and some behavior is different. Perhaps that's why? PAM config for SSH? - M