From owner-freebsd-questions@freebsd.org Wed Nov 18 03:12:29 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D1243A30D8A for ; Wed, 18 Nov 2015 03:12:29 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (mail.au.calorieking.net [115.70.179.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 69E461EA0 for ; Wed, 18 Nov 2015 03:12:28 +0000 (UTC) (envelope-from gregory.orange@calorieking.com) Received: from pandora.au.calorieking.net (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id DBDCCEA for ; Tue, 17 Nov 2015 13:10:05 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.au.calorieking.net (mail.au.calorieking.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2NfW6tILH41U for ; Tue, 17 Nov 2015 13:10:05 +0800 (WST) Received: from [192.168.2.118] (freia.ne1.au.calorieking.net [192.168.2.118]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 7EF076 for ; Tue, 17 Nov 2015 13:10:05 +0800 (WST) Subject: Re: Terminal mirror, mirror terminal To: freebsd-questions@freebsd.org References: <20151117054859.18f085bc.freebsd@edvax.de> From: Gregory Orange Message-ID: <564AB6AD.2060706@calorieking.com> Date: Tue, 17 Nov 2015 13:10:05 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151117054859.18f085bc.freebsd@edvax.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2015 03:12:29 -0000 On 17/11/15 12:48, Polytropon wrote: > I'm logging into a remote location of a user (ssh -Y) in order > to perform some CLI tasks. I'd like the user to be able to see > what I'm doing for educational purposes - I usually have him on > the phone at the same time. So I see a CLI window on my desktop, > I work on his system, enter commands and so on, and _he_ can see > a terminal window on his desktop where he can see what I'm doing, > he'll see my commands and their output "mirrored". screen -rx is the first that comes to mind. HTH, Greg.