From owner-freebsd-questions@FreeBSD.ORG Sat Jun 2 11:23:48 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 A9FA516A400 for ; Sat, 2 Jun 2007 11:23:48 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 6B32313C480 for ; Sat, 2 Jun 2007 11:23:48 +0000 (UTC) (envelope-from jeremy.gransden@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so282045anc for ; Sat, 02 Jun 2007 04:23:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=M6IvCEg+ofpv51icLZ1x4nQg0Vpg3/yfQBxi4ndocuRpzCVbaMpzizfyGl51+pBaU15D8UZyjdmgugP1+cSA3pVJM3t1tZXLv6JGfcujojTz+JNxY2we50KUkRsW0OGZew7e22Ww9Naz4OFVppNFF33dNOFoA9mHQWCKC37Eqrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RMPz4pK/7G1M7yndTVm8zrfve5Nw/Ke5ikYqj1i4bfVPuPwCiP7msBo/I2UH0BYkL3nVNAUHTEEzweDhVmAPVQfqO/r+PHTii7B6tspSSCq/MvILq2XrMiaWGoj/Jl2LFVEso/Ege4hAt7G+uSbFIUwSf9hpWHVvW6WwW3iyDNw= Received: by 10.100.122.8 with SMTP id u8mr1557734anc.1180783425088; Sat, 02 Jun 2007 04:23:45 -0700 (PDT) Received: by 10.100.123.13 with HTTP; Sat, 2 Jun 2007 04:23:45 -0700 (PDT) Message-ID: <87f7f4170706020423x6f67e84bv366cc765d21529a6@mail.gmail.com> Date: Sat, 2 Jun 2007 07:23:45 -0400 From: "Jeremy Gransden" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: See output of local xterm session on remote ssh session. 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, 02 Jun 2007 11:23:48 -0000 Hello, I have been searching Google for a few days for this but have not been coming up with the correct answer. Then again maybe I am asking the wrong question... If I start a process, i.e. compile a kernel, on my desktop, how can I then connect to it from my laptop and see the output of that process via the ssh session? thanks, Jeremy