From owner-freebsd-questions@FreeBSD.ORG Sat Jul 22 12:08:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C609616A4DA for ; Sat, 22 Jul 2006 12:08:22 +0000 (UTC) (envelope-from freebsd-questions-mailinglist-ca3bb-3387-4b54@blauefee.de) Received: from smtp.tuxorama.com (userland3.tuxorama.com [88.198.35.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6234243D46 for ; Sat, 22 Jul 2006 12:08:22 +0000 (GMT) (envelope-from freebsd-questions-mailinglist-ca3bb-3387-4b54@blauefee.de) Message-ID: <44C21517.60806@blauefee.de> Date: Sat, 22 Jul 2006 14:07:51 +0200 From: "S. Wagler" MIME-Version: 1.0 To: FreeBSD Questions References: <44C1611B.3020709@blauefee.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: problem to establish SSH connection from inside jail to the outside world 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: Sat, 22 Jul 2006 12:08:22 -0000 Hi, yes, devfs is mounted. I've tried to connect from within the jail via telnet to the SSH port of the foreign host, which opens the connection successfully and shows the version number. So, the connection was established correctly and I think the problem with the pseudo TTY device is more or less correct. I also get the following error, while being logged in via suexec: debug1: read_passphrase: can't open /dev/tty: Device busy Chad Leigh -- Shire.Net LLC wrote: > Do you have devfs mounted in your jails? > > I have no problem with ssh from my jails to the outside world on 6.x > > Chad